?? libport.h
字號(hào):
/* $Id: libport.h,v 1.5 1999/12/20 09:09:41 misiek Exp $ */#ifndef H_LIBPORT#define H_LIBPORT#include <stdarg.h>#include <config.h>#ifndef HAVE_SNPRINTFextern int snprintf (char *str, size_t count, const char *fmt, ...);#endif#ifndef HAVE_VSNPRINTFextern int vsnprintf (char *str, size_t count, const char *fmt, va_list arg);#endif#ifndef HAVE_USLEEPint usleep(unsigned usecs);#endif#ifndef HAVE_ERROR/* TODO */#endif#endif /* !HLIB_PORT */
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -