summaryrefslogtreecommitdiff
path: root/include/string_length.h
blob: b16271de0a41155a43e940f1faa43371d13b6c26 (plain)
1
2
3
4
5
6
7
8
9
10
11

#ifndef STR_LENGTH_H

#define STR_LENGTH_H

#define STR_SIZE 128
#define STR_NUM_SIZE 8
#define STR_NAME_SIZE 32
#define STR_PATH_SIZE 4096

#endif