C-Practice/contact-manage-sys/utils.h
Sirin Puenggun dc6fc6ae5b moveee
2023-07-14 21:48:51 +07:00

10 lines
110 B
C

#ifndef UTILS_H
#define UTILS_H
#define MAX_CONTACTS 100
void clearInputBuffer();
void printMenu();
#endif