Tesseract
3.02
|
#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 |
Definition at line 41 of file serialis.h.
Definition at line 50 of file serialis.cpp.
{
return ((num & 0xff) << 8) | ((num >> 8) & 0xff);
}