Annotation of GNUtools/cctools/include/stuff/allocate.h, revision 1.1.1.1

1.1       root        1: /* defined in allocate.c */
                      2: extern void *allocate(
                      3:     unsigned long size);
                      4: 
                      5: extern void *reallocate(
                      6:     void *,
                      7:     unsigned long size);
                      8: 
                      9: extern char *savestr(
                     10:     const char *s);
                     11: 
                     12: extern char *makestr(
                     13:     const char *args, ...);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.