Newer
Older
ubixos / Dump / hybos / include / _size_t.h
@cwolsen cwolsen on 31 Oct 2018 206 bytes Big Dump
#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