mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 08:18:30 +00:00
Add Conway's Game of Life
This commit is contained in:
parent
db33973e0a
commit
dba7552c1e
22 changed files with 664 additions and 186 deletions
|
@ -1,5 +1,7 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_NT_IOCP_H_
|
||||
#define COSMOPOLITAN_LIBC_NT_IOCP_H_
|
||||
#include "libc/nt/struct/overlapped.h"
|
||||
#include "libc/nt/struct/overlappedentry.h"
|
||||
#if 0
|
||||
/* ░░░░
|
||||
▒▒▒░░░▒▒▒▒▒▒▒▓▓▓░
|
||||
|
@ -26,8 +28,6 @@
|
|||
│ cosmopolitan § new technology » i/o completion ports ─╬─│┼
|
||||
╚────────────────────────────────────────────────────────────────────────────│*/
|
||||
#endif
|
||||
#include "libc/nt/struct/overlapped.h"
|
||||
#include "libc/nt/struct/overlappedentry.h"
|
||||
|
||||
#define kNtFileSkipCompletionPortOnSuccess 1
|
||||
#define kNtFileSkipSetEventOnHandle 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue