1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-06-08 17:20:41 +00:00

added assert.h

This commit is contained in:
me 2022-08-18 04:01:31 +04:30
parent 680effbd68
commit 914b21f147

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>