0b44a031
9772eadb ^
1
2
3 4 5
6
7
#include <stdio.h> #include <string.h> char *ctermid(char *s) { return s ? strcpy(s, "/dev/tty") : "/dev/tty"; }