added libev files

This commit is contained in:
wangyu-
2018-08-29 02:03:10 -05:00
parent b9d4264225
commit 6718627e9d
37 changed files with 21626 additions and 1 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