Newer
Older
ubixos / Dump / hybos / include / _va_list.h
@cwolsen cwolsen on 31 Oct 2018 173 bytes Big Dump
#ifndef __TL__VA_LIST_H
#define	__TL__VA_LIST_H

#ifdef __cplusplus
extern "C"
{
#endif

typedef unsigned char *va_list;

#ifdef __cplusplus
}
#endif

#endif