types.rst 321 B

1234567891011121314151617181920212223242526272829
  1. ================
  2. Required C types
  3. ================
  4. .. highlightlang:: c
  5. Types
  6. -----
  7. C Types Used
  8. ------------
  9. .. c:type:: bool
  10. .. c:type:: uint32_t
  11. .. c:type:: int64_t
  12. .. c:type:: uint64_t
  13. .. c:type:: in_port_t
  14. .. c:type:: size_t
  15. .. c:type:: time_t
  16. .. c:type:: struct timespec
  17. .. c:type:: sasl_callback_t