00001 /* 00002 * squareball: A general-purpose library for C99. 00003 * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br> 00004 * 00005 * This program can be distributed under the terms of the BSD License. 00006 * See the file LICENSE. 00007 */ 00008 00009 #ifndef _SQUAREBALL_STDIN_H 00010 #define _SQUAREBALL_STDIN_H 00011 00026 char* sb_stdin_get_contents(void); 00027 00030 #endif /* _SQUAREBALL_STDIN_H */