This repository has been archived on 2025-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
Breeze/func.h
2025-04-01 20:41:06 +02:00

10 lines
155 B
C

//
// Created by nano on 4/1/25.
//
#ifndef FUNC_H
#define FUNC_H
int whichOption(char *defaultOptions[],char *choice);
void printHelp();
#endif //FUNC_H