#ifndef NMS_H #define NMS_H 1 // Function prototypes // Load characters in to the display queue void nmsprintf(const char *, ...); // Display the characters stored in the display queue void nmsexec(void); #endif