Fri, 19 Jan 2001 09:11:16 +0000
[gaim-migrate @ 1425]
woo hoo
| 1054 | 1 | #ifndef MEMTOK_H |
| 2 | #define MEMTOK_H | |
| 3 | ||
| 4 | char *memtok (char *m, size_t bytes, const char *delims, size_t delim_count, size_t *found); | |
| 5 | char *memdup (const char *mem, size_t bytes); | |
| 6 | char *memdupasstr (const char *mem, size_t bytes); | |
| 7 | ||
| 8 | #endif /* ndef MEMTOK_H */ |