API_stdio

Functions

int Kz_fgetc (FILE *fp)
 Standard C Compatible function: fgetc.
int Kz_fputc (int c, FILE *fp)
 Standard C Compatible function: fputc.
FILE * Kz_fopen (const char *filename, const char *mode)
 Standard C Compatible function: fopen.
int Kz_fclose (FILE *fp)
 Standard C Compatible function: fclose.
int Kz_fseek (FILE *fp, long offset, int whence)
 Standard C Compatible function: fseek.
size_t Kz_fread (void *ptr, size_t size, size_t nmemb, FILE *stream)
 Standard C Compatible function: fread.
size_t Kz_fwrite (const void *ptr, size_t size, size_t nmemb, FILE *stream)
 Standard C Compatible function: fwrite.
char * Kz_fgets (char *s, int n, FILE *fp)
 Standard C Compatible function: fgets.
int Kz_fputs (const char *s, FILE *fp)
 Standard C Compatible function: fputs.
int Kz_fscanf (FILE *fp, const char *format,...)
 Standard C Compatible function: fscanf.
int Kz_fprintf (FILE *fp, const char *format,...)
 Standard C Compatible function: fprintf.
int Kz_printf (const char *format,...)
 Standard C Compatible function: printf.
int Kz_scanf (const char *format,...)
 Standard C Compatible function: scanf.
char * Kz_gets (char *s)
 Standard C Compatible function: gets.
int Kz_puts (const char *s)
 Standard C Compatible function: puts.
int Kz_vprintf (const char *format, va_list arg)
 Standard C Compatible function: vprintf.
int Kz_vfprintf (FILE *fp, const char *format, va_list arg)
 Standard C Compatible function: vfprintf.
int Kz_getchar (void)
 Standard C Compatible function: getchar.
int Kz_putchar (int c)
 Standard C Compatible function: putchar.
int Kz_getc (FILE *fp)
 Standard C Compatible function: getc.
int Kz_putc (int c, FILE *fp)
 Standard C Compatible function: putc.

Function Documentation

int Kz_fclose ( FILE *  fp  ) 

Standard C Compatible function: fclose.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
int Kz_fgetc ( FILE *  fp  ) 

Standard C Compatible function: fgetc.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
char * Kz_fgets ( char *  s,
int  n,
FILE *  fp 
)

Standard C Compatible function: fgets.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
FILE * Kz_fopen ( const char *  filename,
const char *  mode 
)

Standard C Compatible function: fopen.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
int Kz_fprintf ( FILE *  fp,
const char *  format,
  ... 
)

Standard C Compatible function: fprintf.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
int Kz_fputc ( int  c,
FILE *  fp 
)

Standard C Compatible function: fputc.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
int Kz_fputs ( const char *  s,
FILE *  fp 
)

Standard C Compatible function: fputs.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
size_t Kz_fread ( void *  ptr,
size_t  size,
size_t  nmemb,
FILE *  stream 
)

Standard C Compatible function: fread.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
int Kz_fscanf ( FILE *  fp,
const char *  format,
  ... 
)

Standard C Compatible function: fscanf.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
int Kz_fseek ( FILE *  fp,
long  offset,
int  whence 
)

Standard C Compatible function: fseek.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
size_t Kz_fwrite ( const void *  ptr,
size_t  size,
size_t  nmemb,
FILE *  stream 
)

Standard C Compatible function: fwrite.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
iint Kz_getc ( FILE *  fp  ) 

Standard C Compatible function: getc.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
int Kz_getchar ( void   ) 

Standard C Compatible function: getchar.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
char * Kz_gets ( char *  s  ) 

Standard C Compatible function: gets.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
int Kz_printf ( const char *  format,
  ... 
)

Standard C Compatible function: printf.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
int Kz_putc ( int  c,
FILE *  fp 
)

Standard C Compatible function: putc.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
int Kz_putchar ( int  c  ) 

Standard C Compatible function: putchar.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
int Kz_puts ( const char *  s  ) 

Standard C Compatible function: puts.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
int Kz_scanf ( const char *  format,
  ... 
)

Standard C Compatible function: scanf.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
int Kz_vfprintf ( FILE *  fp,
const char *  format,
va_list  arg 
)

Standard C Compatible function: vfprintf.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
int Kz_vprintf ( const char *  format,
va_list  arg 
)

Standard C Compatible function: vprintf.

See also:
General Standard C documents
Note:
Renamed to standard symbol name in kzstdio.h
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated by  doxygen 1.6.2