ReactOS Fundraising Campaign 2012
€ 4,410 / € 30,000
Information
|
Donate
Home
|
Info
|
Community
|
Development
|
myReactOS
|
Contact Us
Navigation
Home
Community
Development
myReactOS
Fundraiser 2012
Doxygen
Main Page
Alphabetical List
Data Structures
Directories
File List
Data Fields
Globals
Related Pages
Search
ReactOS Development
> Doxygen
lib
sdk
crt
string
Defines
scanf.h File Reference
Go to the source code of this file.
Defines
#
define
_CHAR_
char
#
define
_EOF_
EOF
#
define
_EOF_RET
EOF
#
define
_ISSPACE_
(
c
)
isspace
(
c
)
#
define
_ISDIGIT_
(
c
)
isdigit
(
c
)
#
define
_WIDE2SUPPORTED_
(
c
)
c
/* FIXME: convert wide
char
to
char
*/
#
define
_CHAR2SUPPORTED_
(
c
)
c
/* No conversion needed (
char
to
char
) */
#
define
_CHAR2DIGIT_
(
c
,
base
)
char2digit
((
c
), (
base
))
#
define
_BITMAPSIZE_
256
#
define
_GETC_
(
file
) (consumed++,
fgetc
(
file
))
#
define
_UNGETC_
(nch,
file
) do {
ungetc
(nch,
file
); consumed--; } while(0)
#
define
_FUNCTION_
int
vfscanf
(
FILE
*
file
, const
char
*
format
, va_list ap)
#
define
_SET_NUMBER_
(
type
) *
va_arg
(ap,
type
*) = (
type
)(negative ? -cur : cur)
Generated on Sat May 26 2012 06:04:46 for ReactOS by
1.7.6.1
ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.