notcurses/rust/libnotcurses-sys/stdout.c

6 lines
64 B
C
Raw Normal View History

2020-02-05 10:28:35 +00:00
#include <stdio.h>
FILE* libc_stdout(void){
return stdout;
}