summaryrefslogtreecommitdiff
path: root/src/init/stdlib.h
blob: 1d7efdf31b5c58ae1d54f48842f9cda00ac8342e (plain)
1
2
3
4
5
6
7
#pragma once
#include <shared/mem.h>
#include <stddef.h>

extern int __stdin, __stdout;

int printf(const char *fmt, ...);