random ai stuff
This commit is contained in:
9
telldus-core/3rdparty/openbsd-getopt/err.h
vendored
Normal file
9
telldus-core/3rdparty/openbsd-getopt/err.h
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
|
||||
__inline void warnx(const char *fmt, ...) {
|
||||
va_list ap;
|
||||
va_start(ap, fmt);
|
||||
vfprintf(stderr, fmt, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
Reference in New Issue
Block a user