math/include/function.h
xianya e787cac39a 增加pdcurses,提供图形化
增加头文件ui.h,pdcurses依赖pdcurses.a,curses.h,分离login模块和ui模块。
2024-12-28 17:24:07 +08:00

16 lines
157 B
C

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