?? libport.h
字號:
/* $Id: libport.h,v 1.1.1.1 2003/03/30 18:55:40 al-guest 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 */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -