Skip to content
  • Iulian Grindeanu's avatar
    Improve the Fortran example · 66054397
    Iulian Grindeanu authored and vijaysm's avatar vijaysm committed
    Notes:
    * All characters passed are terminated with CHAR(0), null in C
    * All arrays are allocated in client; for f77, static allocation
    IWORK and DWORK() are working arrays
    * Queries are returned in these arrays, integer or double
    keep a pointer for the free memory (ifree and dfree)
    66054397