?? public.h
字號:
#ifndef PUBLIC_H_
#define PUBLIC_H_
void LeftTrim(char *str);/*去除左空格*/
void RightTrim(char *str);/*去除右空格*/
void Trim(char *str);/*去除左右空格*/
void get_dba_cnf(char *usr,char *pwd);/*獲取數據庫登陸配置文件*/
void elog(char *msg,char *fname,int len);/*錯誤日志打印*/
int code_in_list(char *bar_code);/*判斷條形碼是否輸過*/
int is_float(char *str);/*判斷是否是float型字符串*/
float real_cash();/*實際收銀價格*/
int leap_year(int year);/*判斷是否是閏年*/
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -