cosmopolitan/libc/isystem/stdint.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
137 B
C
Raw Normal View History

#ifndef _STDINT_H
#define _STDINT_H
#include "libc/inttypes.h"
#include "libc/limits.h"
2020-06-15 14:18:57 +00:00
#include "libc/literal.h"
#endif /* _STDINT_H */