Import Upstream version 20180207
[hcoop/debian/mlton.git] / runtime / basis / Posix / ProcEnv / isatty.c
1 #include "platform.h"
2
3 C_Int_t Posix_ProcEnv_isatty (C_Fd_t f) {
4 return isatty (f);
5 }