annotate plugins/yay/memtok.h @ 1132:028295b1f1b3
[gaim-migrate @ 1142]
stupid, stupid, stupid.
committer: Tailor Script <tailor@pidgin.im>
author |
Eric Warmenhoven <eric@warmenhoven.org> |
date |
Fri, 24 Nov 2000 03:49:46 +0000 (2000-11-24) |
parents |
0b0b4cb53c17 |
children |
|
rev |
line source |
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 */
|