Added Linux Support, Improved code cleanliness
This commit is contained in:
@ -22,4 +22,6 @@
|
||||
// Windows Fixes
|
||||
# define strtok_r strtok_s
|
||||
# define sleep(n) _sleep(n)
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
Reference in New Issue
Block a user