Fixed build warning on *BSD.

main
theraven 16 years ago
parent bd73cc4e57
commit 40da5b6b50

@ -4,6 +4,9 @@
#include <stdio.h>
#include <stdlib.h>
int snprintf(char *restrict s, size_t n, const char *restrict format, ...);
@interface Fake
+ (void)dealloc;
@end

Loading…
Cancel
Save