no-more-secrets-rust/src/nms.h
Brian Barto 103e164106 Decided I didn't need the nmsprintf() function. Instead teh main program should
build the character array however it pleases and pass it in to nmsexec().

	modified:   src/main.c
	modified:   src/nms.c
	modified:   src/nms.h
2016-04-18 18:39:56 -04:00

10 lines
139 B
C

#ifndef NMS_H
#define NMS_H 1
// Function prototypes
// Display the characters stored in the display queue
void nmsexec(char *);
#endif