1 |
|
/* |
2 |
|
* debug.h - Debugging utilities |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-1999 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2004 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
30 |
|
#include <sys/types.h> |
31 |
|
#include <sys/timeb.h> |
32 |
|
|
33 |
< |
static void inline _cdecl winbug( char *s, ...) |
33 |
> |
static void _cdecl inline winbug( char *s, ...) |
34 |
|
{ |
35 |
|
va_list vargs; |
36 |
|
char msg[1024], date[50], hours[50]; |