before port to libev

This commit is contained in:
wangyu-
2018-06-01 02:51:49 -05:00
parent d56e34bc22
commit d2cedec091
40 changed files with 21955 additions and 336 deletions

8
libev/update_ev_c Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh -e
(
sed -ne '1,\%/\* ECB.H BEGIN \*/%p' ev.c
cat ~/src/libecb/ecb.h
sed -ne '\%/\* ECB.H END \*/%,$p' ev.c
) >ev.c~ && mv ev.c~ ev.c