Add Conway's Game of Life
This commit is contained in:
@@ -2,13 +2,12 @@
|
||||
#define COSMOPOLITAN_LIBC_CALLS_TERMIOS_INTERNAL_H_
|
||||
#ifndef __STRICT_ANSI__
|
||||
#include "libc/bits/safemacros.h"
|
||||
#include "libc/calls/struct/metatermios.h"
|
||||
#include "libc/calls/struct/termios.h"
|
||||
#include "libc/str/str.h"
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
struct termios;
|
||||
union metatermios;
|
||||
|
||||
#define COPY_TERMIOS(TO, FROM) \
|
||||
do { \
|
||||
memset((TO), 0, sizeof(*(TO))); \
|
||||
|
||||
Reference in New Issue
Block a user