X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=psi.d%2Fstat.psi;h=17dc18851597e53c0cd5c39e9e3fd2d78f55795f;hb=14c98cac21b8102d1d4c2a57744f6976ea3a0849;hp=82d624976162301b1687dd8d90c5183209aa4232;hpb=b4508f6b917660970f887894a6aaed6c220a2c72;p=m6w6%2Fext-psi diff --git a/psi.d/stat.psi b/psi.d/stat.psi index 82d6249..17dc188 100644 --- a/psi.d/stat.psi +++ b/psi.d/stat.psi @@ -1,3 +1,4 @@ +// extern int stat(char *path, struct stat *buf); function psi\stat(string $path, array &$buf = NULL) : int { let path = strval($path); let buf = calloc(1, struct stat);