Merged PR from Lama

This commit is contained in:
Dmitry Boulytchev 2021-10-31 15:34:34 +03:00
parent 594fa7bf8f
commit eb098a6fac
6 changed files with 18 additions and 1 deletions

View file

@ -12,6 +12,7 @@
# include <regex.h>
# include <time.h>
# include <limits.h>
# include <ctype.h>
# define WORD_SIZE (CHAR_BIT * sizeof(int))