// 9 february 2014 package main import ( // "syscall" // "unsafe" ) // TODO merge with common.go? type POINT struct { X int32 Y int32 }