#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "memry.h"
#include "errcode.h"
#include "fileerr.h"
Go to the source code of this file.
Defines | |
#define | QUOTE_IT(parm) #parm |
Functions | |
DLLSYM uinT64 | reverse64 (uinT64) |
DLLSYM uinT32 | reverse32 (uinT32) |
DLLSYM uinT16 | reverse16 (uinT16) |
#define QUOTE_IT | ( | parm | ) | #parm |