- Remove Q_snprintf as Com_sprintf exists already
This commit is contained in:
Thilo Schulz 2011-06-15 15:31:37 +00:00
parent a447aa82af
commit f981087d7a
3 changed files with 1 additions and 14 deletions

View file

@ -102,7 +102,6 @@ int _atoi( const char **stringPtr );
long strtol( const char *nptr, char **endptr, int base );
int Q_vsnprintf( char *buffer, size_t length, const char *fmt, va_list argptr );
int Q_snprintf( char *buffer, size_t length, const char *fmt, ... ) __attribute__ ((format (printf, 3, 4)));
int sscanf( const char *buffer, const char *fmt, ... ) __attribute__ ((format (scanf, 2, 3)));