mirror of
https://github.com/open-develop/xenoborg.git
synced 2025-04-02 13:21:42 -04:00
11 lines
155 B
C
11 lines
155 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int vasprintf( char **sptr, const char *fmt, va_list argv );
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|