Changeset 3669 for trunk/emx/src/emxomf/grow.h
- Timestamp:
- Sep 19, 2010, 2:23:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/emx/src/emxomf/grow.h
r492 r3669 59 59 const char *strpool_addn (struct strpool *p, const char *s, int len); 60 60 const char *strpool_add (struct strpool *p, const char *s); 61 const char *strpool_addnu ( struct strpool *p, const char *s, int len); 62 const char *strpool_addu ( struct strpool *p, const char *s); 61 const char *strpool_addnu (struct strpool *p, const char *s, int len); 62 const char *strpool_addu (struct strpool *p, const char *s); 63 int strpool_len (const char *s); 64
Note:
See TracChangeset
for help on using the changeset viewer.