9 lines
96 B
Go
9 lines
96 B
Go
|
package main
|
||
|
|
||
|
// void handleSignals();
|
||
|
import "C"
|
||
|
|
||
|
func handleChildren() {
|
||
|
C.handleSignals()
|
||
|
}
|