_printf.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:3k
- /*
- * Paradigm C/C++ Run-Time Library - Version 5.0
- *
- * Copyright (c) 1998 Paradigm Systems. All rights reserved.
- * Portions Copyright (c) 1996 Borland International.
- *
- * $Revision: 2 $
- *
- * Definitions for formatted printing functions
- */
- #include "Config.h" // Global Configuration - do not remove!
- #ifndef __PRINTF_H
- #define __PRINTF_H
- #if !defined(__STDARG_H)
- #include <stdarg.h>
- #endif
- #define __XCVTDIG__ 40 /* xcvt() maximum digits supported */
- #define __XCVTMAX__ 47 /* bytes for longest xcvt() string */
- #define __LTOAMAX__ 32 /* bytes for radix 2 longtoa() string */
- #define __CVTMAX__ 48 /* MAX of the above, + 1 for