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

📄 print.h

📁 libaal-1.0.5.tar.gz reiser4progs编译时需要
💻 H
字号:
/* Copyright (C) 2001, 2002, 2003 by Hans Reiser, licensing governed by   libaal/COPYING.      print.h -- printing and formating strings functions. */#ifndef AAL_PRINT_H#define AAL_PRINT_H#ifndef ENABLE_MINIMAL#include <aal/types.h>extern int aal_vsnprintf(char *buff, uint32_t n,			 const char *format, 			 va_list arg_list);extern int aal_snprintf(char *buff, uint32_t n,			const char *format, 			...);#endif#endif

⌨️ 快捷键说明

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