Services and Modeling for Embedded Software Development
Embecosm divider strip
Prev  Next

5.5.1.  The Utility Functions

The test program uses some simple utility functions which can write characters (simputc), string (simputs) and hexadecimal numbers (simputh). Its header is included:

#include "utils.h"
	  

The utilities' implementation can be found in utils.c.

Embecosm divider strip