- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Assembly (0.06 sec)
-
doc/go1.17_spec.html
} } // invalid: missing return statement } </pre> <p> A function declaration may omit the body. Such a declaration provides the signature for a function implemented outside Go, such as an assembly routine. </p> <pre> func min(x int, y int) int { if x < y { return x } return y } func flushICache(begin, end uintptr) // implemented externally </pre>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0)