Ignore:
Timestamp:
Aug 1, 2003, 3:44:59 AM (22 years ago)
Author:
bird
Message:

#483: Added uppercasing strpool_add* variants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/emxomf/grow.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r491 r492  
    5959const char *strpool_addn (struct strpool *p, const char *s, int len);
    6060const char *strpool_add (struct strpool *p, const char *s);
     61const char *strpool_addnu ( struct strpool *p, const char *s, int len);
     62const char *strpool_addu ( struct strpool *p, const char *s);
Note: See TracChangeset for help on using the changeset viewer.