Skip to content
  • Maxime Perrotin's avatar
    Refactor Ada-C Interface · 5c56e8f6
    Maxime Perrotin authored
    use char_array from Interfaces.C when sending a string to C
    this avoids issues on 64 bits architectures when passing an Ada 'Length
    attribute (32 bits) to a size_t (64 bits) recipient in C
    5c56e8f6