truck-code
Macros | Typedefs
common.h File Reference
#include <setjmp.h>
#include <sys/iofunc.h>
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

struct.h

This file contains common constants and objects used by various components in the codebase.

Author
Abdul Rahman Kreidieh
Version
1.0.0
Date
April 4, 2019

Macro Definition Documentation

◆ ASC_EQUAL_SIGN

#define ASC_EQUAL_SIGN   '='

'=' symbol

◆ ASC_LEFT_ARRAY

#define ASC_LEFT_ARRAY   '['

'[' symbol

◆ END_OF_STRING

#define END_OF_STRING   ((char)'\0')

character representing the end of a string

◆ ERROR

#define ERROR   -1

error status

◆ ERROR_LONG

#define ERROR_LONG   (-1L)

error status (in long format)

◆ MAX_LINE_LEN

#define MAX_LINE_LEN   132

largest number of characters in a string

Typedef Documentation

◆ BIT

typedef unsigned char BIT

an object used to represent a "bit" of data

◆ BYTE

typedef unsigned char BYTE

an object used to represent a "byte" of data