mirror of
https://git.aixiao.me/aixiao/Danger-alarm.git
synced 2025-07-29 19:13:39 +08:00
initial
This commit is contained in:
13
SOFTWARE/Server/hc-12/mysql.h
Normal file
13
SOFTWARE/Server/hc-12/mysql.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef MYSQL_H
|
||||
#define MYSQL_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <mysql.h>
|
||||
#include <mysqld_error.h>
|
||||
#include <errmsg.h>
|
||||
|
||||
extern int _mysql(char *sql, char *MYSQL_HOST, char *MYSQL_PORT_, char *MYSQL_USRT, char *MYSQL_PASSWORD, char *MYSQL_DB, char *MYSQL_TABLES);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user