showchar − print character in visible form
showchar(c)
char c;
prints its argument on the console in a visible manner. All printable
ASCII characters are printed as is, all other characters are printed as
C backslash escapes.
printf(3spp)
showchar − print character in visible form
showchar(c)
char c;
prints its argument on the console in a visible manner. All printable
ASCII characters are printed as is, all other characters are printed as
C backslash escapes.
printf(3spp)