KataKoniK|ATI
New member
Hmm, so you can't link the files with code inside a c file? You must do it through the compiler? I tried gcc -c -Wall filename.c and it gave me a warning: int format, pointer arg (arg 2) for this line
printf("%c", myarray[j]);
printf("%c", myarray[j]);