You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/gateway/globals.h

10 lines
131 B

#ifndef _GLOBALS_H_
#define _GLOBALS_H_
#define MODULE_NAME "gateway"
#define FAIL 0
#define OK 1
#define MAX_NUM_LEN 20
#endif