6 lines
71 B
C
6 lines
71 B
C
#ifndef _UTIL_H_
|
|
#define _UTIL_H_
|
|
|
|
void displayMessage(int n);
|
|
|
|
#endif
|