mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
120079b0a6
- `I` a.k.a. `_Complex_I` (fixes #705) - `B0`, `B50`, etc. (fixes #403)
7 lines
289 B
C
7 lines
289 B
C
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_TERMIOS_H_
|
|
#define COSMOPOLITAN_LIBC_ISYSTEM_TERMIOS_H_
|
|
#include "libc/calls/termios.h"
|
|
#include "libc/calls/weirdtypes.h"
|
|
#include "libc/sysv/consts/baud.internal.h"
|
|
#include "libc/sysv/consts/termios.h"
|
|
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_TERMIOS_H_ */
|