Initial commit

This commit is contained in:
Mikaël Cluseau
2018-07-06 19:07:37 +11:00
commit 2de2a4d0f6
25 changed files with 2050 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package main
// void handleSignals();
import "C"
func handleChildren() {
C.handleSignals()
}