summaryrefslogtreecommitdiff
path: root/src/stdio/__stdio.c
blob: 7170ee6397e5aea5b6142a136bb20eada1515ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "_stdio.h"

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

/*
STDC(0)
*/