plugins/yay/memtok.h

changeset 1054
dc1fb3647374
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/yay/memtok.h	Fri Nov 03 10:03:53 2000 +0000
@@ -0,0 +1,8 @@
+#ifndef MEMTOK_H
+#define MEMTOK_H
+
+char *memtok (char *m, size_t bytes, const char *delims, size_t delim_count, size_t *found);
+char *memdup (const char *mem, size_t bytes);
+char *memdupasstr (const char *mem, size_t bytes);
+
+#endif /* ndef MEMTOK_H */

mercurial