print.h

来自「libaal-1.0.5.tar.gz reiser4progs编译时需要」· C头文件 代码 · 共 23 行

H
23
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?