ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.