Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / lib / string.c
index 89fa1f05c01f130bce10948d493a10cac6d29063..01e4ecb378d462e4fb639ea01db177cb8070f977 100644 (file)
@@ -1,8 +1,4 @@
 #include <string.h>
-
-#ifdef KERNEL
-#define NDEBUG
-#endif
 #include <debug.h>
 
 /* Copies SIZE bytes from SRC to DST, which must not overlap.