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