gcc.h: major update

Copy the according file from another project (i.e. XCSoar).  This will
allow copying more code more easily.
This commit is contained in:
Max Kellermann
2013-10-15 09:13:22 +02:00
parent e4e80ff0cb
commit 1dd1a705b5
6 changed files with 170 additions and 108 deletions

View File

@@ -72,7 +72,7 @@ void client_vprintf(Client *client, const char *fmt, va_list args);
/**
* Write a printf-like formatted string to the client.
*/
gcc_fprintf
gcc_printf(2,3)
void
client_printf(Client *client, const char *fmt, ...);