?? tl_log.h
字號(hào):
/*
** thinlib (c) 2001 Matthew Conte (matt@conte.com)
**
**
** tl_log.h
**
** Error logging header file
**
** $Id: $
*/
#ifndef _TL_LOG_H_
#define _TL_LOG_H_
extern void thin_printf(const char *format, ... );
extern void thin_setlogfunc(int (*logfunc)(const char *string, ... ));
extern void thin_assert(int expr, int line, const char *file, char *msg);
#endif /* !_TL_LOG_H_ */
/*
** $Log: $
*/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -