⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 public.h

📁 linux平台下用C开发的一个超市管理系统(结合了ORACLE数据库)
💻 H
字号:
#ifndef _PUBLIC_H
#define _PUBLIC_H
#include<ncurses.h>
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<ctype.h>
#include<time.h>
#include"link.h"

int GetString( WINDOW  *win,char str[],int maxLen,int type);
void get_time(char *str);
void get_connect(char *sql_name,char *sql_password);
void TrimSpace(char *str);
int check_str(char *str,int num);
int check_float(char *str);
int God_Compare( void  *a,void  *b );
int Goods_Compare( void  *a,void  *b );
int Account_Compare( void  *a,void  *b );
int Sale_Compare( void  *a,void  *b );
void Print_Data(WINDOW *win,C_CLASS LINKLIST *link,NODE *start,NODE *cur,int type);


#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -