summaryrefslogtreecommitdiffstats
path: root/src/std.h
blob: 1c2af1c2b89e5af5881a0cd29207d1903f1aba9e (plain)
1
2
3
4
5
6
7
8
#ifndef foostdhfoo
#define foostdhfoo

#include "stream.h"

struct stream* stream_std(const char *args);

#endif