summaryrefslogtreecommitdiff
path: root/src/stdio/__stdin.c
blob: 57741fa31c13ac159caaa58a806f6e312a98e415 (plain)
1
2
3
4
5
6
7
#include <stdio.h>
FILE *__stdin;

/*
STDC(0)
SIGNAL_SAFE(0)
*/