add libev

This commit is contained in:
wangyu-
2018-06-06 20:53:35 -05:00
parent 499599417a
commit b449efc6c8
33 changed files with 21585 additions and 0 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