Bake out stdin_stream.c

This commit is contained in:
twinaphex 2017-05-30 03:00:11 +02:00
parent c5fe9f4252
commit 46806e7204

View File

@ -38,7 +38,7 @@
#include <streams/stdin_stream.h>
#if defined(_WIN32) && defined(_XBOX)
#if (defined(_WIN32) && defined(_XBOX)) || defined(__CELLOS_LV2__)
size_t read_stdin(char *buf, size_t size)
{
/* Not implemented. */