8 lines
71 B
C
8 lines
71 B
C
|
|
#ifndef _STDINT_H_
|
|
#define _STDINT_H_
|
|
|
|
#include <sys/types.h>
|
|
|
|
#endif
|