* mingwex/fegetenv.c: Change to \n line endings.
* mingwex/vsnprintf.c: Ditto. * mingwex/vsnwprintf.c: Ditto.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int vsnprintf (char* s, size_t n, const char* format, va_list arg)
|
||||
{ return _vsnprintf ( s, n, format, arg); }
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int vsnprintf (char* s, size_t n, const char* format, va_list arg)
|
||||
{ return _vsnprintf ( s, n, format, arg); }
|
||||
|
Reference in New Issue
Block a user