Main Page | Class List | File List | Class Members | File Members

print.h File Reference

Just a set of simple print utility functions that are only used from programs in the test directory. More...

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.


Detailed Description

Just a set of simple print utility functions that are only used from programs in the test directory.


Function Documentation

void printNChars char *  string,
unsigned int  len
 

Print out N characters from a character array. The array does not have to be NULL terminated.

Parameters:
string the string to print from.
len the length of the string to print.
Returns:
void

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.

Parameters:
n number of spaces to print out.
Returns:
void

void printRuler void   ) 
 

Print out a ruler to use for format verification.

Returns:
void


Generated on Wed Feb 25 23:01:10 2004 by doxygen 1.3.4