mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
Must define types before using them
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
extern int lrotate(int32_t, int);
|
extern int lrotate(int32_t, int);
|
||||||
extern void greet(void);
|
extern void greet(void);
|
||||||
|
@@ -7,6 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
extern int lrotate(int32_t, int);
|
extern int lrotate(int32_t, int);
|
||||||
extern void greet(void);
|
extern void greet(void);
|
||||||
|
@@ -8,6 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
int8_t text[] = "hello, world\n";
|
int8_t text[] = "hello, world\n";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user