Source position: spawnh.inc line 37
function posix_spawnp( |
__pid: Ppid_t; |
__file: Pchar; |
__file_actions: Pposix_spawn_file_actions_t; |
__attrp: Pposix_spawnattr_t; |
argv: PPchar; |
envp: ppchar |
):LongInt; |
__pid: Ppid_t; |
__file: Pchar; |
var __file_actions: posix_spawn_file_actions_t; |
var __attrp: posix_spawnattr_t; |
argv: PPchar; |
envp: ppchar |
):LongInt; |