#include "mfcpch.h"
#include "serialis.h"
#include "scanutils.h"
Functions | |
DLLSYM void * | de_serialise_bytes (FILE *f, int size) |
DLLSYM void | serialise_bytes (FILE *f, void *ptr, int size) |
DLLSYM void | serialise_INT32 (FILE *f, inT32 the_int) |
DLLSYM inT32 | de_serialise_INT32 (FILE *f) |
DLLSYM void | serialise_FLOAT64 (FILE *f, double the_float) |
DLLSYM double | de_serialise_FLOAT64 (FILE *f) |
DLLSYM uinT64 | reverse64 (uinT64 num) |
DLLSYM uinT32 | reverse32 (uinT32 num) |
DLLSYM uinT16 | reverse16 (uinT16 num) |
DLLSYM void* de_serialise_bytes | ( | FILE * | f, | |
int | size | |||
) |
DLLSYM double de_serialise_FLOAT64 | ( | FILE * | f | ) |
DLLSYM inT32 de_serialise_INT32 | ( | FILE * | f | ) |
DLLSYM void serialise_bytes | ( | FILE * | f, | |
void * | ptr, | |||
int | size | |||
) |
DLLSYM void serialise_FLOAT64 | ( | FILE * | f, | |
double | the_float | |||
) |
DLLSYM void serialise_INT32 | ( | FILE * | f, | |
inT32 | the_int | |||
) |