prog.c: In function ‘radix_Print’:
prog.c:3:3: warning: implicit declaration of function ‘print_char’ [-Wimplicit-function-declaration]
print_char("0123456789ABCDEF"[n % base]);
^
prog.c: In function ‘myprintf’:
prog.c:30:9: warning: implicit declaration of function ‘print_int’ [-Wimplicit-function-declaration]
print_int(i1);
^
prog.c:39:9: warning: implicit declaration of function ‘print_string’ [-Wimplicit-function-declaration]
print_string(c1);
^
prog.c:19:9: warning: unused variable ‘f1’ [-Wunused-variable]
float f1;
^
prog.c:17:10: warning: unused variable ‘j’ [-Wunused-variable]
int i1,j;
^
prog.c: In function ‘main’:
prog.c:118:8: warning: unused variable ‘b’ [-Wunused-variable]
char b[] = "ab12cd";
^
prog.c:116:7: warning: unused variable ‘a’ [-Wunused-variable]
int a = 15;
^
prog.c: In function ‘myprintf’:
prog.c:109:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
/home/ny1NSi/ccgXLDph.o: In function `myprintf':
prog.c:(.text+0xf0): undefined reference to `print_char'
prog.c:(.text+0xfc): undefined reference to `print_char'
prog.c:(.text+0x149): undefined reference to `print_string'
prog.c:(.text+0x161): undefined reference to `print_int'
prog.c:(.text+0x179): undefined reference to `print_char'
/home/ny1NSi/ccgXLDph.o: In function `radix_Print':
prog.c:(.text+0x3a): undefined reference to `print_char'
/home/ny1NSi/ccgXLDph.o: In function `radix_print':
prog.c:(.text+0x7a): undefined reference to `print_char'
collect2: error: ld returned 1 exit status