(errCode C.int)
| 36 | ) |
| 37 | |
| 38 | func strerror(errCode C.int) string { |
| 39 | cStr := C.fbclock_strerror(errCode) |
| 40 | return C.GoString(cStr) |
| 41 | } |
| 42 | |
| 43 | // FBClock wraps around fbclock C lib |
| 44 | type FBClock struct { |
no outgoing calls
no test coverage detected
searching dependent graphs…