mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-08 01:10:23 +00:00
6 lines
64 B
C
6 lines
64 B
C
|
#include <stdio.h>
|
||
|
|
||
|
FILE* libc_stdout(void){
|
||
|
return stdout;
|
||
|
}
|