代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/240317/13224807
c printf.c
/*
; File : $Workfile: PRINTF.C$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;-------------------------------
www.eeworm.com/read/240317/13224843
obj printf.obj
www.eeworm.com/read/138638/13227534
s printf.s
|
| Need to print the three values x, y, and z.
|
movl z,sp@- | Push args on the
movl y,sp@- | stack in reverse
movl x,sp@- | order: format, x,
movl #format,sp@- | y, and z.
jbsr _print
www.eeworm.com/read/324802/13243457
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 slightly out-of-date.
**
** The foll
www.eeworm.com/read/324802/13243733
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/239424/13281123
h printf.h
#ifndef __PRTF_H__
#define __PRTF_H__
// write your header here
extern void Printf_Init(unsigned int Port_Number);
extern int Printf(char *format,...);
extern void Printf_End();
#endif
www.eeworm.com/read/238907/13315219
o printf.o
www.eeworm.com/read/238907/13315227
c printf.c
#include
#include
#include
#include
extern void ser_write(const char *buf, int nr);
extern int ser_read(char *buf, int nr);
extern int ser