Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
include
generic-freebsd
sys
termios.h
pretty
plain
permalink
blame
history
•
4 lines
•
134 B
1
#ifdef __GNUC__
2
#warning "this file includes <sys/termios.h> which is deprecated, use <termios.h> instead"
3
#endif
4
#include <termios.h>