LLNL / shroud

Shroud: generate Fortran and Python wrappers for C and C++ libraries
BSD 3-Clause "New" or "Revised" License
90 stars 7 forks source link

Funptr args types #371

Closed ltaylor16 closed 2 months ago

ltaylor16 commented 2 months ago

Add statements for function pointer arguments. They default to intent=none so needed to add statements such as f_none_native.

Added tests for additional types used as function pointers arguments: (*)(int, int*, char, char*, bool, bool *)