reboot_temperature/reboot_temperature.h

17 lines
246 B
C
Raw Permalink 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"
2023-04-06 16:04:45 +08:00
#define SIZE 1024
#endif