代码搜索:printf

找到约 10,000 项符合「printf」的源代码

代码结果 10,000
www.eeworm.com/read/418028/10967654

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/186230/6954030

c printf.c

/* Copyright 2001, 2002 Georges Menie (www.menie.org) stdarg version contributed by Christian Ettinger This program is free software; you can redistribute it and/or modify it under the term
www.eeworm.com/read/468342/6988990

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/468342/6988993

c printf.c

#include "Config.h" #include "reg.h" #include "Typedefs.h" //#include "debug.h" #include "main.h" #include "printf.h" #include CODE BYTE Hex[] = "0123456789ABCDEF"; extern bit
www.eeworm.com/read/467852/7002254

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/466681/7031288

html printf.html

www.eeworm.com/read/466681/7031334

html printf.html

www.eeworm.com/read/310705/7074357

c printf.c

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ printf.c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/140797/7146859

c printf.c

/* * Oh, it's a waste of space, but oh-so-yummy for debugging. It's just * initialization code anyway, so it doesn't take up space when we're * actually running. This version of printf() does not
www.eeworm.com/read/140797/7146892

c printf.c

/* * Oh, it's a waste of space, but oh-so-yummy for debugging. It's just * initialization code anyway, so it doesn't take up space when we're * actually running. This version of printf() does not