Dear printf, I am writing to you on repo to tell you that you are an example to copy, to copy perhaps for the better!
-
Include main.h in your file
-
Just use it as it was printf but with a dash in front!
_printf("Hello %s !", "World");
%s — For string (char *)
%c — For char (char)
%i — For integer (int)
%d — For integer (int)
%b — For binary conversion (int)