/
LechaV63
/
level_1
Обзор
Документация
Войти
/
LechaV63
/
level_1
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
coursework/src/temp_functions.h
9 строк
302 B
agvolodin
refactoring workspace
07 янв 2025, 06:47
07 янв 2025, 06:47
a8e04cd
Код
Авторство
О чём код?
#include "sensor.h" #include <stdio.h> #include <stdint.h> #include <string.h> #include "log.h" int monthStatistic(uint64_t size, struct measuring arr[], uint8_t month); int calcStatistic(uint64_t size, struct measuring arr[], uint8_t month); uint64_t readFileToArray(FILE *fp, struct measuring *arr);