reboot_temperature/reboot_temperature.h

16 lines
245 B
C
Raw Normal View History

#ifndef REBOOT_TEMPERATUR_H
#define REBOOT_TEMPERATUR_H
2021-05-19 09:43:30 +08:00
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdlib.h>
#include <time.h>
#include <sys/reboot.h>
#include "libini.h"
#define SIZE 2700
#endif