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

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