M2_SETI/T2/tp/exercice-1/displayManager.h

14 lines
207 B
C
Raw Normal View History

2022-11-18 15:07:43 +01:00
#ifndef MESSAGE_DISPLAY_H
#define MESSAGE_DISPLAY_H
/**
* Initializes display manager
*/
void displayManagerInit(void);
/**
* Waits that display manager terminates
*/
void displayManagerJoin(void);
#endif