10 lines
109 B
Plaintext
10 lines
109 B
Plaintext
|
// cerrno standard header
|
||
|
|
||
|
#ifndef _CSTDINT_
|
||
|
#define _CSTDINT_
|
||
|
#include <stdint.h>
|
||
|
|
||
|
#endif /* _CSTDINT_ */
|
||
|
|
||
|
|