7 lines
109 B
C
7 lines
109 B
C
#ifndef __STDDEF__H
|
|
#define __STDDEF__H
|
|
#include "stdint.h"
|
|
|
|
typedef uintmax_t size_t;
|
|
|
|
#endif //!__STDDEF__H
|