mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-25 22:14:28 +00:00
7 lines
78 B
C
7 lines
78 B
C
#ifndef _STDINT_H
|
|
#define _STDINT_H
|
|
|
|
#include <types.h>
|
|
|
|
#endif // !_STDINT_H
|