7 lines
65 B
C
7 lines
65 B
C
|
#ifndef _OS_INT_H
|
||
|
#define _OS_INT_H
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
#endif
|