NASFAQ/trash/api/src/common.h

21 lines
275 B
C
Raw Normal View History

2022-02-17 15:15:31 +00:00
#ifndef _COMMON_H_
#define _COMMON_H_
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdbool.h>
/**
USERINFO
*/
#define USERINFO_COLOR_SIZE 16
#define USERINFO_EMAIL_SIZE 64
#define USERINFO_HAT_SIZE 32
#define USERINFO_USERNAME_SIZE 64
#endif