home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / compiler / miracl / include / system.h < prev   
Encoding:
Text File  |  1992-05-25  |  150 b   |  7 lines

  1. int   abs(int i);
  2. void *calloc(int nitems, int itemsize);
  3. void  exit(int code);
  4. void  free(void *ptr);
  5. long  labs(long i);
  6. void *malloc(int n);
  7.