optimize for filesize
This commit is contained in:
parent
aab88a6c19
commit
dffdf200cc
5 changed files with 15 additions and 16 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define MAX_FILE_SIZE 1024 * 16
|
||||
#include "main.h"
|
||||
|
||||
int load_elements(hashmap *m, char *table, int use_inv) {
|
||||
FILE *fptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue