truck-code
|
#include <setjmp.h>
#include <sys/iofunc.h>
Go to the source code of this file.
Macros | |
#define | INCLUDE_UTILS_COMMON_H_ |
#define | ERROR -1 |
#define | END_OF_STRING ((char)'\0') |
#define | MAX_LINE_LEN 132 |
#define | ERROR_LONG (-1L) |
#define | ASC_EQUAL_SIGN '=' |
#define | ASC_LEFT_ARRAY '[' |
Typedefs | |
typedef unsigned char | BYTE |
typedef unsigned char | BIT |
struct.h
This file contains common constants and objects used by various components in the codebase.
#define ASC_EQUAL_SIGN '=' |
'=' symbol
#define ASC_LEFT_ARRAY '[' |
'[' symbol
#define END_OF_STRING ((char)'\0') |
character representing the end of a string
#define ERROR -1 |
error status
#define ERROR_LONG (-1L) |
error status (in long format)
#define MAX_LINE_LEN 132 |
largest number of characters in a string
typedef unsigned char BIT |
an object used to represent a "bit" of data
typedef unsigned char BYTE |
an object used to represent a "byte" of data