ncloader  0.1
 모두 데이타 구조 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 매크로 그룹들 페이지들
stdio.c 파일 참조
#include <sys/types.h>
#include <stdio.h>
#include <stdarg.h>
#include <crt0.h>
#include <device.h>
+ stdio.c에 대한 include 의존 그래프

함수

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