notcurses/rust/build/stdout.c

6 lines
64 B
C

#include <stdio.h>
FILE* libc_stdout(void){
return stdout;
}