math/include/function.h
2024-12-29 13:20:38 +08:00

16 lines
171 B
C

//
// Created by zhang on 2024/12/25.
//
#include"sqlite3.h"
#include <stdio.h>
#ifndef FUNCTION_H
#define FUNCTION_H
int Login();
void myexit();
#endif //FUNCTION_H