warning: incompatible implicit declaration of built-in function ‘printf’ [enabled by default]
You need to add #include <stdio.h> to the top of your file.
You need to add #include <stdio.h> to the top of your file.
If you’re just trying to print a newline, it’s simpler (and slightly more memory efficient) to do it using syscall 11 to print a single character.