⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 libport.h

📁 linux下串口开发调试工具
💻 H
字号:
/* $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 */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -