the last parts of the C standard library

This commit is contained in:
pommicket 2022-02-16 22:58:16 -05:00
parent b1e837afb4
commit 6e1158f49a
8 changed files with 361 additions and 32 deletions

6
05/limits.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef _LIMITS_H
#define _LIMITS_H
#include <stdc_common.h> // we define all the relevant constants here
#endif // _LIMITS_H