Iso C binding and C uint8_t type

Angelo Graziosi angelo.g0@libero.it
Mon Sep 10 20:44:00 GMT 2018


Which iso C binding constant can we use to interface a C routine using the C type uint8_t? For example

  void print_uint8_t(uint8_t u)
  {
      ...
  }

C_INT, C_INT8_T, C_INT16_T, C_CHAR or what else?

TIA,
 Angelo.



More information about the Fortran mailing list