Projet_SETI_RISC-V/riscv-gnu-toolchain/newlib/libgloss/microblaze/linux-syscalls-wrap.c
2023-03-06 14:48:14 +01:00

7 lines
100 B
C

#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
int isatty (int fd) {
return 1;
}