コード例 #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();
}