nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
stdio.c File Reference
#include <sys/types.h>
#include <stdio.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdint.h>
#include <unistd.h>
#include <pthread.h>
#include <errno.h>
#include <object.h>
#include <crt0.h>
#include <list.h>
#include <thread.h>
#include <debug.h>
Include dependency graph for stdio.c:

Go to the source code of this file.

Functions

void clearerr (FILE *stream)
 
int feof (FILE *stream)
 
int ferror (FILE *stream)
 
int fflush (FILE *stream)
 스트림의 출력 버퍼를 실제 장치로 전송 한다. More...
 
int fileno (FILE *stream)
 
int fputc (int c, FILE *stream)
 지정된 스트림으로 문자 하나를 출력한다. More...
 
int fputs (const char *s, FILE *stream)
 지정된 스트림으로 문자열을 출력한다. More...