12 lines
No EOL
323 B
C
12 lines
No EOL
323 B
C
#define inv_file "inv.txt"
|
|
#define inv_base_file "inv_base.txt"
|
|
#define combo_file "combos.txt"
|
|
#define poll_file "polls.txt"
|
|
#define polls_lock_file "polls_lock.txt"
|
|
#define lb_file "lb.txt"
|
|
|
|
#define MAX_BUF_LENGTH 1024
|
|
#define MAX_COMBO_LENGTH 1024
|
|
#define UPVOTE_IN 2
|
|
#define MAX_FILE_SIZE 1024
|
|
long stoi(const char *s); |