modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / etc / calc / help / fflush
blobd545b8e8a57eafcb112daef61635c73cafe7c27c
1 NAME
2     fflush - flush output to file
4 SYNOPSIS
5     fflush(fd)
7 TYPES
8     fd          file
10     return      nil
12 DESCRIPTION
13     This function forces a buffered output to the file associated with fd.
15 EXAMPLE
16     ; fd = fopen("/tmp/file", "w")
17     ; fputc(fd, "@");
18     ; fflush(fd)
20 LIMITS
21     fd must be associated with an open file
23 LINK LIBRARY
24     none
26 SEE ALSO
27     errno, fclose, feof, ferror, fflush, fgetc, fgetline, fgets, files, fopen,
28     fprintf, fputc, fputs, fseek, fsize, ftell, isfile, printf, prompt
30 ## Copyright (C) 1999  Landon Curt Noll
32 ## Calc is open software; you can redistribute it and/or modify it under
33 ## the terms of the version 2.1 of the GNU Lesser General Public License
34 ## as published by the Free Software Foundation.
36 ## Calc is distributed in the hope that it will be useful, but WITHOUT
37 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
38 ## or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
39 ## Public License for more details.
41 ## A copy of version 2.1 of the GNU Lesser General Public License is
42 ## distributed with calc under the filename COPYING-LGPL.  You should have
43 ## received a copy with calc; if not, write to Free Software Foundation, Inc.
44 ## 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
46 ## @(#) $Revision: 30.1 $
47 ## @(#) $Id: fflush,v 30.1 2007/03/16 11:10:42 chongo Exp $
48 ## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/fflush,v $
50 ## Under source code control:   1994/10/27 03:04:17
51 ## File existed as early as:    1994
53 ## chongo <was here> /\oo/\     http://www.isthe.com/chongo/
54 ## Share and enjoy!  :-)        http://www.isthe.com/chongo/tech/comp/calc/