예제 #1
0
파일: file.c 프로젝트: burzumishi/e16
int
path_canexec(const char *file)
{
   char               *s;

   s = path_test(file, EFILE_REG | EPERM_X);
   if (!s)
      return 0;
   Efree(s);
   return 1;
}
예제 #2
0
파일: ini.c 프로젝트: BygoneWorlds/anet
void main(void)
{
	path_test();
}