Sha256: 0f88329b2b0be4ddf789ee557f42b57a6db1accb4469fea201e56340973323d5

Contents?: true

Size: 200 Bytes

Versions: 5

Compression:

Stored size: 200 Bytes

Contents

#ifndef _COMPAT_STDARG_H
#define _COMPAT_STDARG_H

#ifdef __cplusplus
extern "C" {
#endif

#define __va_copy(d,s) __builtin_va_copy(d,s)

#ifdef __cplusplus
}
#endif

#include_next <stdarg.h>

#endif

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
webruby-0.2.7 modules/emscripten/system/include/compat/stdarg.h
webruby-0.2.5 modules/emscripten/system/include/compat/stdarg.h
webruby-0.2.4 modules/emscripten/system/include/compat/stdarg.h
webruby-0.2.2 modules/emscripten/system/include/compat/stdarg.h
webruby-0.2.1 modules/emscripten/system/include/compat/stdarg.h