diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2012-12-22 14:27:13 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2012-12-22 14:27:13 +0000 |
commit | c949e6f8ed33f31bd46c1626dc6c5828a1750e56 (patch) | |
tree | e519be160770e6b20bfe88eb923ea6aa8edb3e58 /lib/stdio.c | |
download | sed-tarball-master.tar.gz |
Diffstat (limited to 'lib/stdio.c')
-rw-r--r-- | lib/stdio.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/stdio.c b/lib/stdio.c new file mode 100644 index 0000000..e6ed829 --- /dev/null +++ b/lib/stdio.c @@ -0,0 +1,3 @@ +#include <config.h> +#define _GL_STDIO_INLINE _GL_EXTERN_INLINE +#include "stdio.h" |