Files
semi-libc/src/process/posix_spawnattr_destroy.c
T

7 lines
88 B
C

#include <spawn.h>
int posix_spawnattr_destroy(posix_spawnattr_t *attr)
{
return 0;
}