Must define types before using them

This commit is contained in:
Charles Crayne 2007-10-11 20:32:33 -07:00
parent 4db5a16128
commit b263b504bc
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
*/
#include <stdio.h>
#include <inttypes.h>
extern int lrotate(int32_t, int);
extern void greet(void);

View File

@ -7,6 +7,7 @@
*/
#include <stdio.h>
#include <inttypes.h>
extern int lrotate(int32_t, int);
extern void greet(void);

View File

@ -8,6 +8,7 @@
*/
#include <stdio.h>
#include <inttypes.h>
int8_t text[] = "hello, world\n";