Function that print the string and these possibles arguments
Function that writes the character c to stdout
Function that use for all prototypes for functions.
Function that print a char.
Specifier : %c
Function that print a string.
Specifier : %s
Function that print a percent.
Specifier : %%
Function that print an int.
Specifier : %d or %i
Function that convert into binary.
Specifier : %b
Function that print an unsigned int.
Specifier : %u
Function that convert into octal.
Specifier : %o
Function that convert into hexadecimal.
Specifier : %x
Function that convert into hexadecimal (base 16) in uppercase.
Specifier : %X
Function that print a string. Non printable characters (0 < ASCII value < 32 or >= 127) are printed this way: \x, followed by the ASCII code value in hexadecimal (upper case - always 2 characters).
Specifier : %S
Function that convert an long unsigned int into hexadecimal number (print address)
Specifier : %p
print the reversed string
Specifier : %r
encodes a string using rot13
Specifier : %R