#include #include int main() { int c; while ((c = getc(stdin))!=EOF) if (putc(c,stdout)==EOF) printf("output error"); if(ferror(stdin)) printf("input
http://www.codebf.com/read/164379/5489957
#include "mytool1.h" void mytool1_print(char *print_str) { printf("This is mytool1 print %s\n",print_str); }
http://www.codebf.com/read/164379/5489962
#include "mytool2.h" void mytool2_print(char *print_str) { printf("This is mytool2 print %s\n",print_str); }
http://www.codebf.com/read/164379/5489963
#include void main(void) { long long int var = 1; printf("It is not standard C code!\n"); }
http://www.codebf.com/read/164379/5489998
#include int main (int argc,char **argv) { printf("Hello Linux\n"); }
http://www.codebf.com/read/164379/5489999
#include #include pthread_once_t once=PTHREAD_ONCE_INIT; void once_run(void) { printf("once_run in thread %d\n",pthread_self()); } void * child1(void *arg) {
http://www.codebf.com/read/164379/5490001
#include #include pthread_key_t key; void echomsg(int t) { printf("destructor excuted in thread %d,param=%d\n",pthread_self(),t); } void * child1(void *arg) { i
http://www.codebf.com/read/164379/5490002
/* * File: printk.c * Purpose: The standard C library routine printf(), but without * all the baggage. */ #include "src/init/m5282evb.h" #include "src/init/stdlib.h" #include
http://www.codebf.com/read/163844/5507834
#ifndef LINT /* derived from: zoo.c 2.24 88/01/29 00:55:09 */ static char sccsid[]="$Id: zoo.c,v 1.21 91/07/09 02:36:40 dhesi Exp $"; #endif /* LINT */ #if 0 #define TRACEI(item) printf("line %
http://www.codebf.com/read/162868/5512564
#include #include #include int main(void) { double a; double b; printf("a und b eingeben : "); scanf("%lf %lf", &a, &b); printf("a + b
http://www.codebf.com/read/162868/5512799
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机