This commit is contained in:
Devaev Maxim
2018-09-16 07:34:18 +03:00
parent be3fff5483
commit 1d3c767617
4 changed files with 23 additions and 40 deletions

View File

@@ -1,3 +1,8 @@
#include <assert.h>
#ifdef NDEBUG
# error WTF dude? Asserts are good things!
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>