代码搜索:printf

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

代码结果 10,000
www.eeworm.com/read/343165/11967909

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 cha
www.eeworm.com/read/343165/11967920

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/11968002

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/11968016

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/256544/11987896

lua printf.lua

-- an implementation of printf function printf(...) io.write(string.format(...)) end printf("Hello %s from %s on %s\n",os.getenv"USER" or "there",_VERSION,os.date())
www.eeworm.com/read/153733/12010600

c printf.c

#include "stdarg.h" #include "stdlib.h" void printf(const char* templ, ...); void vprintf(const char* templ, va_list ap); static void put_oct(unsigned long x, int padding, int width, int nice); stat
www.eeworm.com/read/153630/12017759

html printf.html

输入输出 - printf
www.eeworm.com/read/255007/12106260

m printf.m

function printf(j,k,N,b) subplot(2,2,1); if (b~=8) if b==1|b==2|b==3 M=3.2; n=0:7; stem(n,j,'.'); n=0:7; m=zeros(8); else M=N*0.4; n=0:N-1; stem(n,j,'.'); n=0:N-1; m=zero
www.eeworm.com/read/340608/12144446

c printf.c

/*****************************************************************************/ /* PRINTF.C v2.54 */ /* Copyright (c) 1995-2004 Texas Inst
www.eeworm.com/read/340477/12155304

c printf.c

/* * File: printk.c * Purpose: The standard C library routine printf(), but without * all the baggage. */ #include "src/common/m5282evb.h" #include "src/common/stdlib.h" #include