X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=psi.d%2Fstat.psi;fp=psi.d%2Fstat.psi;h=3d0e62330efdbd30e0c93c04703e333e7dcde847;hp=9b767dacc0d19a1fc4ec44d1e03747877fca9dc8;hb=cffcbdd1df9f6d5dcf78f49a3d1b44cefe21b2f5;hpb=6ec1a060415f860bc3eb4c74fbce1c43f5aa7e55 diff --git a/psi.d/stat.psi b/psi.d/stat.psi index 9b767da..3d0e623 100644 --- a/psi.d/stat.psi +++ b/psi.d/stat.psi @@ -1,3 +1,4 @@ +#include // extern int stat(char *path, struct stat *buf); function psi\stat(string $path, array &$buf = NULL) : int { let path = strval($path);