9 lines
89 B
C
9 lines
89 B
C
|
|
#ifndef _STDINT_H_
|
|
#define _STDINT_H_
|
|
|
|
#include <sys/types.h>
|
|
|
|
#endif /* _STDINT_H_ */
|
|
|