[PACKET_IO]bugfix for marsio mode
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <stdlib.h> //calloc
|
||||
|
||||
#define CALLOC(type, number) ((type *)calloc(sizeof(type), number))
|
||||
#define REALLOC(addr, number) ((void *)realloc(addr, number))
|
||||
|
||||
#define FREE(p) {free(p);p=NULL;}
|
||||
|
||||
#define TRUE 1
|
||||
|
||||
Reference in New Issue
Block a user