Annotation of researchv10no/cmd/ideal/stdas.h, revision 1.1.1.1

1.1       root        1: /* STanDard memory Allocation and String manipulation function declarations */
                      2: 
                      3: extern char *strcat();
                      4: extern char *strncat();
                      5: extern int strcmp();
                      6: extern int strncmp();
                      7: extern char *strcpy();
                      8: extern char *strncpy();
                      9: extern int strlen();
                     10: extern char *index();
                     11: extern char *rindex();
                     12: 
                     13: extern char *malloc();
                     14: extern free();
                     15: extern char *realloc();
                     16: extern char *calloc();
                     17: 
                     18: extern char *galloc();
                     19: extern char *gcalloc();
                     20: extern void gfree();

unix.superglobalmegacorp.com

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