📄 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 + -