Files
onepilot/frogpilot/third_party/h3/_cy/error_system.pxd
T
2026-02-13 00:21:29 -07:00

4 lines
109 B
Cython

from .h3lib cimport H3Error
cdef check_for_error(H3Error err)
cdef check_for_error_msg(H3Error err, str msg)