6 lines
No EOL
112 B
C
6 lines
No EOL
112 B
C
#ifndef _LOGGER_H_
|
|
#define _LOGGER_H_
|
|
|
|
//Allows the user to log something
|
|
void logger(char message[255]);
|
|
#endif |