/
LechaV63
/
level_1
Обзор
Документация
Войти
/
LechaV63
/
level_1
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
coursework/src/menu.h
10 строк
218 B
agvolodin
add getopt header file to menu.h
07 янв 2025, 07:36
07 янв 2025, 07:36
73b9d65
Код
Авторство
О чём код?
#include "sensor.h" #include "colors.h" #include <string.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <getopt.h> void help(void); void menu(int argc, char *argv[], char *filename, char *mon);