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