ref: 1791bae9029685d63bf022ae1cb06093dbce598e dir: /libnpe/pclose.c/
#include <stdio.h> int pclose(FILE *s) { return fclose(s); }