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

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