Newer
Older
ubixos / Dump / hybos / include / _size_t.h
@Christopher W. Olsen Christopher W. Olsen on 5 Nov 2018 188 bytes Sync
#ifndef __TL__SIZE_T_H
#define	__TL__SIZE_T_H

#ifdef __cplusplus
extern "C"
{
#endif

#ifndef _SIZE_T
#define _SIZE_T
typedef unsigned size_t;
#endif

#ifdef __cplusplus
}
#endif

#endif