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

extern int __tty_fd;

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