blissify/include/constants.h
Phyks (Lucas Verney) d5a1855b1d Large refactor
* Fix strings overflows and associated segfaults
* Add some client code in Python
2016-05-10 19:16:34 +02:00

7 lines
101 B
C

#ifndef CONSTANTS_H
#define CONSTANTS_H
#define DEFAULT_STRING_LENGTH 10000
#endif // CONSTANTS_H