sprintf_malloc
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "impl_macros.h"
|
||||
|
||||
NULLABLE(FILE* fileFromN(VM* vm, size_t pos, u32 file_n)){
|
||||
FILE* NULLABLE(fileFromN)(VM* vm, size_t pos, u32 file_n){
|
||||
FILE* f = NULL;
|
||||
switch(file_n){
|
||||
case 0: f = stdin; break;
|
||||
|
||||
Reference in New Issue
Block a user