summaryrefslogtreecommitdiff
path: root/src/stdio/__stdio.c
blob: 57843a3053b51ce91a7b226cfe9ab0931a2c745c (plain)
1
2
3
4
5
6
7
#include "_stdio.h"

struct __stdio __stdio =
{
	{ { 0 } },
	"/dev/tty",
};