Ignore:
Timestamp:
Sep 19, 2010, 2:23:16 AM (15 years ago)
Author:
bird
Message:

grow.h/c: Store the string length, speeds up collition handling and adds strpool_len() for skipping strlen()'s. Fixed strpool_addnu/strpool_addu matching bug.

File:
1 edited

Legend:

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

    r492 r3669  
    5959const char *strpool_addn (struct strpool *p, const char *s, int len);
    6060const 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);
     61const char *strpool_addnu (struct strpool *p, const char *s, int len);
     62const char *strpool_addu (struct strpool *p, const char *s);
     63int strpool_len (const char *s);
     64
Note: See TracChangeset for help on using the changeset viewer.