#include "internal.h" int os·exists(byte *path, int flag) { return access(path, flag) == 0; }