summaryrefslogtreecommitdiff
path: root/kernel/include/libk/stdio.h
blob: 6799f113a724080e295a2767c341e705cde93413 (plain)
1
2
3
4
5
6
7
8
#ifndef STDIO_H
#define STDIO_H

#include <types.h>

void printf(const char *s, ...);

#endif