projects
/
ccan
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revert "io: closing one side of a duplex connection closes both."
[ccan]
/
ccan
/
io
/
test
/
run-02-read-DEBUG.c
1
#define DEBUG
2
#define PORT "64002"
3
#define main real_main
4
int real_main(void);
5
#include "run-02-read.c"
6
#undef main
7
static bool always_debug(struct io_conn *conn) { return true; }
8
int main(void) { io_debug_conn = always_debug; return real_main(); }