mirror of
https://github.com/Sosokker/C-Practice.git
synced 2025-12-18 18:14:04 +01:00
10 lines
110 B
C
10 lines
110 B
C
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
#define MAX_CONTACTS 100
|
|
|
|
void clearInputBuffer();
|
|
void printMenu();
|
|
|
|
#endif
|