代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/154528/11948001
c printf.c
www.eeworm.com/read/154528/11948196
doc printf.doc
www.eeworm.com/read/343370/11953762
obj printf.obj
www.eeworm.com/read/343370/11954026
h printf.h
#ifndef __PRINTF__
#define __PRINTF__
#include "Config.h"
#include "typedefs.h"
#include "reg.h"
#define _outchar(c) while(1) { if( !RS_Xbusy ) { SBUF = c; RS_Xbusy=1; break; } }
#define Put
www.eeworm.com/read/343370/11954051
c printf.c
#include "Config.h"
#ifdef SERIAL
#include "reg.h"
#include "Typedefs.h"
#include "debug.h"
#include "main.h"
#include "printf.h"
#include
CODE BYTE Hex[] = "0123456789ABCDEF"
www.eeworm.com/read/343370/11954177
lst printf.lst
C51 COMPILER V7.50 PRINTF 08/20/2007 10:23:35 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE PRINTF
OBJECT MODULE PLACED IN
www.eeworm.com/read/343165/11967632
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/343165/11967645
h printf.h
#ifndef _PRINTF_H
#define _PRINTF_H
int printf(const char *fmt, ...);
int scanf(const char * fmt, ...);
#endif /* _PRINTF_H */
www.eeworm.com/read/343165/11967819
c printf.c
#include "vsprintf.h"
#include "printf.h"
#include "string.h"
extern void putc(unsigned char c);
extern unsigned char getc(void);
#define OUTBUFSIZE 1024
#define INBUFSIZE 1024
static unsigned cha
www.eeworm.com/read/343165/11967833
h printf.h
#ifndef _PRINTF_H
#define _PRINTF_H
int printf(const char *fmt, ...);
int scanf(const char * fmt, ...);
#endif /* _PRINTF_H */