Ejemplo n.º 1
0
func Delay(ms int) {
	C.delay(C.uint(ms))
}
Ejemplo n.º 2
0
//void delay(unsigned int duration);
func Delay(duration uint) {
	C.delay(C.uint(duration))
}