Newer
Older
ubixos / Dump / hybos / include / _va_list.h
@Christopher W. Olsen Christopher W. Olsen on 5 Nov 2018 158 bytes Sync
#ifndef __TL__VA_LIST_H
#define	__TL__VA_LIST_H

#ifdef __cplusplus
extern "C"
{
#endif

typedef unsigned char *va_list;

#ifdef __cplusplus
}
#endif

#endif