blob: 72b77187d66c2bcccf09254d20f816f027246205 [file] [log] [blame]
#include <stdio.h>
#include <string.h>
char* ctermid(char* s) { return s ? strcpy(s, "/dev/tty") : (char*)"/dev/tty"; }