代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/480682/1315053

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/480145/1321813

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/460691/1558182

al fprintf.al

# NOTE: Derived from ..\..\lib\POSIX.pm. # Changes made here will be lost when autosplit again. # See AutoSplit.pm. package POSIX; #line 429 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto/PO
www.eeworm.com/read/242732/4536803

c fprintf.c

/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ #include #include #include /* * @implemented */ int _ftprintf(register FILE *iop, const _T
www.eeworm.com/read/241253/4561159

c fprintf.c

/* $Id: fprintf.c,v 1.3 2002/08/10 13:05:24 pefo Exp $ */ /* * Copyright (c) 2000-2002 Opsycon AB (www.opsycon.se) * * Redistribution and use in source and binary forms, with or without * modif
www.eeworm.com/read/237765/4620879

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/233448/4681907

c fprintf.c

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

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/231546/4714633

al fprintf.al

# NOTE: Derived from ../../lib/POSIX.pm. # Changes made here will be lost when autosplit again. # See AutoSplit.pm. package POSIX; #line 260 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/f
www.eeworm.com/read/229812/4733522

c fprintf.c

/**************************************************************************** * * Open Watcom Project * * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res