1
0
Fork 0

added assert.h

This commit is contained in:
me 2022-08-18 04:01:31 +04:30
parent 680effbd68
commit 914b21f147
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ You should have received a copy of the CC0 Public Domain Dedication along with t
*/
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <stdlib.h>
#include <limits.h>