/*
* go declares several platform-specific type aliases:
- * int, uint, float, and uintptr
+ * int, uint, and uintptr
*/
var typedefs = []gc.Typedef{
gc.Typedef{"int", gc.TINT, gc.TINT32},
gc.Widthptr = 4
gc.Widthint = 4
gc.Widthreg = 4
-
}
func main() {
/*
* go declares several platform-specific type aliases:
- * int, uint, float, and uintptr
+ * int, uint, and uintptr
*/
var typedefs = []gc.Typedef{
gc.Typedef{"int", gc.TINT, gc.TINT64},
/*
* go declares several platform-specific type aliases:
- * int, uint, float, and uintptr
+ * int, uint, and uintptr
*/
var typedefs = []gc.Typedef{
gc.Typedef{"int", gc.TINT, gc.TINT64},
/*
* go declares several platform-specific type aliases:
- * int, uint, float, and uintptr
+ * int, uint, and uintptr
*/
var typedefs = []gc.Typedef{
gc.Typedef{"int", gc.TINT, gc.TINT32},
gc.Widthptr = 4
gc.Widthint = 4
gc.Widthreg = 4
-
}
func main() {
/*
* go declares several platform-specific type aliases:
- * int, uint, float, and uintptr
+ * int, uint, and uintptr
*/
var typedefs = []gc.Typedef{
gc.Typedef{"int", gc.TINT, gc.TINT64},
gc.Widthptr = 8
gc.Widthint = 8
gc.Widthreg = 8
-
}
func main() {