mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-12 18:49:03 -04:00
6 lines
64 B
C
6 lines
64 B
C
|
#include <stdio.h>
|
||
|
|
||
|
FILE* libc_stdout(void){
|
||
|
return stdout;
|
||
|
}
|