File: mem.h

package info (click to toggle)
toolame 02l-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 700 kB
  • ctags: 545
  • sloc: ansic: 10,298; makefile: 96
file content (2 lines) | stat: -rw-r--r-- 66 bytes parent folder | download | duplicates (4)
1
2
void *mem_alloc (unsigned long, char *);
void mem_free (void **);