File: system.h

package info (click to toggle)
rxp 1.1-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 416 kB
  • ctags: 899
  • sloc: ansic: 8,784; makefile: 102; sh: 3
file content (10 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#define SOCKETS_IMPLEMENTED

#define STD_API
#define XML_API
#define WIN_IMP
#define EXPRT

void *Malloc(int bytes);
void *Realloc(void *mem, int bytes);
void Free(void *mem);