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