代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/169775/5410375

c fprintf.c

/* fprintf.c - print to a file. stdio.h */ /* Copyright 1992-1995 Wind River Systems, Inc. */ /* modification history -------------------- 01e,24jan95,rhp doc: avoid 'L' in fprintf(), no long doubl
www.eeworm.com/read/162614/5526774

c fprintf.c

#include #include extern void abort (void); extern int inside_main; int fprintf (FILE *fp, const char *string, ...) { va_list ap; int r; #ifdef __OPTIMIZE__ if (inside_main
www.eeworm.com/read/162614/5526857

c fprintf.c

/* Copyright (C) 2001 Free Software Foundation. Ensure all expected transformations of builtin fprintf occur and that we honor side effects in the arguments. Written by Kaveh R. Ghazi, 1/7
www.eeworm.com/read/346026/3191686

c fprintf.c

#include #include /* -------------------------------------------------------------------- */ /* -------------------------------------------------------------------- */ int libpor
www.eeworm.com/read/340665/3270628

c fprintf.c

/* * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright
www.eeworm.com/read/339658/3296327

c fprintf.c

# include # include # include void main() { FILE *fp; char str[80]; int i; if((fp=fopen("test", "w"))==NULL) { printf("不能打开文件.\n"); exit(0); }
www.eeworm.com/read/324606/3499919

c fprintf.c

/* fprintf.c - print to a file. stdio.h */ /* Copyright 1992-1995 Wind River Systems, Inc. */ /* modification history -------------------- 01e,24jan95,rhp doc: avoid 'L' in fprintf(), no long doubl
www.eeworm.com/read/322306/3526187

c fprintf.c

/* * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright
www.eeworm.com/read/318603/3567334

c fprintf.c

/* fprintf.c - print to a file. stdio.h */ /* Copyright 1992-1995 Wind River Systems, Inc. */ /* modification history -------------------- 01e,24jan95,rhp doc: avoid 'L' in fprintf(), no long doubl
www.eeworm.com/read/318603/3568461

c fprintf.c

/* fprintf.c - print to a file. stdio.h */ /* Copyright 1992-1995 Wind River Systems, Inc. */ /* modification history -------------------- 01e,24jan95,rhp doc: avoid 'L' in fprintf(), no long doubl