nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
printf.c File Reference
#include <sys/types.h>
#include <stdio.h>
#include <stdarg.h>
Include dependency graph for printf.c:

Go to the source code of this file.

Functions

int fprintf (FILE *stream, const char *format,...)
 지정된 형식에 맞춰서 출력된 문자열을 stream 으로 보낸다. More...
 
int printf (const char *format,...)
 지정된 형식에 맞춰서 문자열을 출력한다. More...
 
int snprintf (char *str, size_t size, const char *format,...)
 지정된 형식에 맞춰서 문자열을 주어진 버퍼에 지정된 길이만큼 쓴다. More...
 
int sprintf (char *str, const char *format,...)
 지정된 형식에 맞춰서 문자열을 주어진 버퍼에 쓴다. More...