NASFAQ/trash/api/src/common.h
2022-05-07 17:02:21 +02:00

21 lines
275 B
C

#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