getchar_unlocked man page on Cygwin

Man page or keyword search:  
man Server   22533 pages
apropos Keyword Search (all sections)
Output format
Cygwin logo
[printable version]

GETCHAR_UNLOCKED(3)		    NEWLIB		   GETCHAR_UNLOCKED(3)

NAME
       4.35 `getchar_unlocked'--non-thread-safe version of getchar (macro)

SYNOPSIS
	    #include <stdio.h>
	    int getchar_unlocked();

	    #include <stdio.h>
	    int _getchar_unlocked_r(struct _reent *PTR);

DESCRIPTION
       `getchar_unlocked'  is  a non-thread-safe version of `getchar' declared
       in `stdio.h'.  `getchar_unlocked' may only  safely  be  used  within  a
       scope  protected	 by flockfile() (or ftrylockfile()) and funlockfile().
       These functions may safely be used in a multi-threaded program  if  and
       only  if	 they  are called while the invoking thread owns the ( FILE *)
       object, as is the case after a successful call to  the  flockfile()  or
       ftrylockfile()	 functions.	If    threads	are   disabled,	  then
       `getchar_unlocked' is equivalent to `getchar'.

	  The `_getchar_unlocked_r' function is simply the  reentrant  version
       of  `getchar_unlocked'  which  passes an addtional reentrancy structure
       pointer argument: PTR.

RETURNS
       See `getchar'.

PORTABILITY
       POSIX 1003.1 requires `getchar_unlocked'.   `getchar_unlocked'  may  be
       implemented as a macro.

	  Supporting  OS  subroutines  required:  `close',  `fstat', `isatty',
       `lseek', `read', `sbrk', `write'.

SEE ALSO
       getchar_unlocked is part of the library.	 The full documentation for is
       maintained  as a Texinfo manual.	 If info and are properly installed at
       your site, the command

	      info

       will give you access to the complete manual.

NEWLIB				  April 2010		   GETCHAR_UNLOCKED(3)
[top]

List of man pages available for Cygwin

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net