代码搜索:printf
找到约 10,000 项符合「printf」的源代码
代码结果 10,000
www.eeworm.com/read/11139/197863
h printf.h
/*
* "Copyright (c) 2006 Washington University in St. Louis.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose,
www.eeworm.com/read/11139/197867
h printf.h
/*
* "Copyright (c) 2006 Washington University in St. Louis.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose,
www.eeworm.com/read/11139/198277
h printf.h
/*
* "Copyright (c) 2006 Washington University in St. Louis.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose,
www.eeworm.com/read/11186/211708
html printf.html
www.eeworm.com/read/11186/211757
html printf.html
www.eeworm.com/read/16069/644967
c printf.c
/*
* File: printk.c
* Purpose: The standard C library routine printf(), but without
* all the baggage.
*/
#include "common.h"
#include
/**************
www.eeworm.com/read/16094/659140
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/16094/659145
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/16094/659202
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/16094/659207
h printf.h
#ifndef _PRINTF_H
#define _PRINTF_H
int printf(const char *fmt, ...);
int scanf(const char * fmt, ...);
#endif /* _PRINTF_H */