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