X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=psi.d%2Fstat.psi;h=3d0e62330efdbd30e0c93c04703e333e7dcde847;hp=9b767dacc0d19a1fc4ec44d1e03747877fca9dc8;hb=46a52f66821e6fb4d0fbce884a69e8e57244c008;hpb=b78637d9020222f1032349f231c0dc84a69797bc 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);