Go to the source code of this file.
Functions | |
| void | printNChars (char *string, unsigned int len) |
| Print out N characters from a character array. The array does not have to be NULL terminated. | |
| void | printNSpace (unsigned int n) |
| Print out N spaces. This is intended for formatting output in the test programs for easy inspection. The spaces are not followed by a newline. | |
| void | printRuler (void) |
| Print out a ruler to use for format verification. | |
|
||||||||||||
|
Print out N characters from a character array. The array does not have to be NULL terminated.
|
|
|
Print out N spaces. This is intended for formatting output in the test programs for easy inspection. The spaces are not followed by a newline.
|
|
|
Print out a ruler to use for format verification.
|
1.3.4