7 lines
76 B
C
7 lines
76 B
C
#pragma once
|
|
|
|
#include <stdio.h>
|
|
|
|
int isatty(int fd);
|
|
int fileno(FILE *fp);
|