Welcome to mirror list, hosted at ThFree Co, Russian Federation.

linux-syscalls-wrap.c « microblaze « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bccb016c7f10437dd523e5f6bc299c3fd87ab226 (plain)
1
2
3
4
5
6
7
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

int isatty (int fd) {
	return 1;
}