16 lines
171 B
C
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
|