raspberrypi/sensor-data-upload/main.h

14 lines
184 B
C
Raw Permalink Normal View History

2023-03-25 09:01:17 +08:00
#ifndef MAIN_H
#define MAIN_H
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <mysql.h>
#include <mysqld_error.h>
#include <errmsg.h>
#define BUFFER 1024
#endif