Update ralloc, fix invalid c++ names

This commit is contained in:
Jeremy Soller
2018-06-20 08:48:56 -06:00
parent 009ceec188
commit 1b653c4e60
6 changed files with 17 additions and 15 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef _BITS_STDIO_H
#define _BITS_STDIO_H
#define EOF (-1)
int fprintf(FILE * stream, const char * fmt, ...);
int printf(const char * fmt, ...);
int snprintf(char *s, size_t n, const char * fmt, ...);