Portability updates.
committer: mfx <mfx> 1054071025 +0000
This commit is contained in:
+4
-4
@@ -38,10 +38,10 @@ extern "C" {
|
||||
//
|
||||
**************************************************************************/
|
||||
|
||||
int upx_vsnprintf(char *str, size_t count, const char *format, va_list ap);
|
||||
int upx_snprintf(char *str, size_t count, const char *format,...);
|
||||
int upx_vasprintf(char **ptr, const char *format, va_list ap);
|
||||
int upx_asprintf(char **ptr, const char *format, ...);
|
||||
int __UPX_CDECL upx_vsnprintf(char *str, size_t count, const char *format, va_list ap);
|
||||
int __UPX_CDECL upx_snprintf(char *str, size_t count, const char *format,...);
|
||||
int __UPX_CDECL upx_vasprintf(char **ptr, const char *format, va_list ap);
|
||||
int __UPX_CDECL upx_asprintf(char **ptr, const char *format, ...);
|
||||
|
||||
#if 1
|
||||
# undef sprintf
|
||||
|
||||
Reference in New Issue
Block a user