代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/342088/3240296
c _printf.c
/* For AVR, do not compile this file standalone in libsrc.common\stdio
*/
#if !defined(_AVR) || defined(AVR_DOIT)
#include
#include
#include
#include
www.eeworm.com/read/342088/3240298
c printf.c
#include
#include
#include
#include "_stdio.h"
#if defined(_HC12)
#pragma nonpaged_function putchar
#endif
int printf(CONST char *fmt, ...)
{
va_list va
www.eeworm.com/read/340665/3268805
c printf.c
/* Oki bug report [OKI006]
The following program is no work.
illegal trap: 0x12 pc=d000d954
d000d954 08000240 NOP
*/
#include
main ()
{
int i, j, k;
print ("
www.eeworm.com/read/340665/3270596
c printf.c
#include
#include
#include "local.h"
#ifdef _HAVE_STDC
#include
int
_printf_r (struct _reent *ptr, const char *fmt, ...)
{
int ret;
va_list ap;
_REENT_SMALL_
www.eeworm.com/read/339448/3300526
c printf.c
#include "vsprintf.h"
#include "string.h"
#include "printf.h"
extern void putc(unsigned char c);
extern unsigned char getc(void);
#define OUTBUFSIZE 1024
#define INBUFSIZE 1024
static unsigned c
www.eeworm.com/read/339448/3300536
d printf.d
printf.o printf.d : printf.c vsprintf.h \
/work/friendly-arm_backup/friendly-arm/ARM_Projects/sys/lib/stdio/include/types.h \
string.h printf.h