Phyks (Lucas Verney)
d5a1855b1d
* Fix strings overflows and associated segfaults * Add some client code in Python
7 lines
101 B
C
7 lines
101 B
C
#ifndef CONSTANTS_H
|
|
#define CONSTANTS_H
|
|
|
|
#define DEFAULT_STRING_LENGTH 10000
|
|
|
|
#endif // CONSTANTS_H
|