代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/366616/9806387
o printf.o
www.eeworm.com/read/366616/9806509
c printf.c
/*
** The "printf" code that follows dates from the 1980's. It is in
** the public domain. The original comments are included here for
** completeness. They are very out-of-date but might be useful
www.eeworm.com/read/366616/9806814
test printf.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/169403/9863706
c printf.c
/*
*********************************************************************************************************
* 文件: Printf.C.
* 描述: 串口输出函数.
* 编写: 深思 (001-12345@sohu.com).
*************************
www.eeworm.com/read/166455/10019631
c printf.c
www.eeworm.com/read/166455/10019710
doc printf.doc
www.eeworm.com/read/164767/10089371
h printf.h
#ifndef _PRINTF_H
#define _PRINTF_H
#include
extern int vsprintf(char * buf, const char * fmt, va_list ap);
extern int sprintf(char * buf, const char * fmt, ...);
#endif
www.eeworm.com/read/164708/10092531
c printf.c
/*
** The "printf" code that follows dates from the 1980's. It is in
** the public domain. The original comments are included here for
** completeness. They are very out-of-date but might be useful
www.eeworm.com/read/164708/10092779
test printf.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/359567/10137604
c printf.c
/*
** The "printf" code that follows dates from the 1980's. It is in
** the public domain. The original comments are included here for
** completeness. They are very out-of-date but might be useful