no-more-secrets-rust/src/nms.h

14 lines
217 B
C
Raw Normal View History

#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