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

ansi2knr.c File Reference
#include <stdio.h>
#include <ctype.h>
#include <string.h>

Go to the source code of this file.

Defines

#define NULL   (0)
#define is_ascii(c)   1
#define is_space(c)   (is_ascii(c) && isspace(c))
#define is_alpha(c)   (is_ascii(c) && isalpha(c))
#define is_alnum(c)   (is_ascii(c) && isalnum(c))
#define isidchar(ch)   (is_alnum(ch) || (ch) == '_')
#define isidfirstchar(ch)   (is_alpha(ch) || (ch) == '_')
#define bufsize   5000 /* arbitrary size */

Functions

charmalloc ()
int free ()
charppdirforward ()
charppdirbackward ()
charskipspace ()
charscanstring ()
int writeblanks ()
int test1 ()
int convert1 ()
int main (int argc, argv)
charppdirforward (char *p)
charppdirbackward (char *p, char *limit)
charskipspace (char *p, int dir)
charscanstring (char *p, int dir)
int writeblanks (char *start, char *end)
int test1 (char *buf)
int convert1 (char *buf, FILE *out, int header, int convert_varargs)

Generated on Sat May 26 2012 04:47:53 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.