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