umka/isatty.h
2021-12-12 21:54:02 +03:00

7 lines
76 B
C

#pragma once
#include <stdio.h>
int isatty(int fd);
int fileno(FILE *fp);