notcurses/rust/libnotcurses-sys/stdout.c
2020-02-05 05:28:42 -05:00

6 lines
64 B
C

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