...
The following are C99 compliant conversion specifiers. Using any other specifier may result in undefined behavior.
Code Block |
---|
d, i, o, u, x, X, f, F, e, E, g, G, a, A, c, s, p, n, % |
...
...
The following are C99 compliant conversion specifiers. Using any other specifier may result in undefined behavior.
Code Block |
---|
d, i, o, u, x, X, f, F, e, E, g, G, a, A, c, s, p, n, % |
...