Table of Contents
- DCS C/C++ Library — C and C++ callable interface to DCS commands.
- DCS Fortran 90/95 Library — Fortran 90/95 callable interface to DCS commands.
- DCSRunArgvAlloc —
Run a command with a given argument vector and dynamically
allocate the buffers for the stdout and stderr contents.
- DCSRunArgvFixed —
Run a command with a given argument vector and use fixed
sized buffers for the stdout and stderr contents.
- DCSRunParseAlloc —
Run a command with a given argument string and dynamically
allocate the buffers for the stdout and stderr contents.
- DCSRunParseFixed —
Run a command with a given argument string and use fixed
sized buffers for the stdout and stderr contents.