FreeBASIC  0.91.0
swprintf_stub.c
Go to the documentation of this file.
1 #include "../fb.h"
2 
3 int swprintf(wchar_t *wcs, size_t maxlen, const wchar_t *format, ...)
4 {
5  return 0;
6 }