#include "userData.h"
#include "ssgLocal.h"
Go to the source code of this file.
Defines | |
#define | WRITE_CHAR(c, fd) |
#define | READ_CHAR(c, fd) |
|
Value: { \ char temp; \ fread((void*)&temp, sizeof(char), 1, fd); \ if (temp != *c) \ fprintf(stderr, "error: got a %c while expecting %c in config\n", c, temp); \ } Definition at line 9 of file userData.cpp. |
|
Value: { \ fwrite((const void*)c, sizeof(char), 1, fd); \ } Definition at line 5 of file userData.cpp. |