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