• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • Examples
  • File List
  • Globals

include/posix/stdio.h

00001 #ifndef __KERNEL__
00002 
00003 #include_next <stdio.h>
00004 
00005 #ifndef STDIO_H
00006 #define STDIO_H
00007 
00008 #include <stdarg.h>
00009 
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif /* __cplusplus */
00013 
00014 int __real_vfprintf(FILE *stream, const char *fmt, va_list args);
00015 
00016 int __real_vprintf(const char *fmt, va_list args);
00017 
00018 int __real_fprintf(FILE *stream, const char *fmt, ...);
00019 
00020 int __real_printf(const char *fmt, ...);
00021 
00022 int __real_puts(const char *s);
00023 
00024 int __real_fputs(const char *s, FILE *stream);
00025 
00026 int __real_fputc(int c, FILE *stream);
00027 
00028 int __real_putchar(int c);
00029 
00030 size_t __real_fwrite(const void *ptr, size_t sz, size_t nmemb, FILE *stream);
00031 
00032 #ifdef __cplusplus
00033 }
00034 #endif /* __cplusplus */
00035 
00036 #endif /* STDIO_H */
00037 
00038 #endif /* !__KERNEL__ */

Generated on Tue Jul 10 2012 20:41:22 for Xenomai API by  doxygen 1.7.1