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