Newer
Older
access-test / modules / main / include / test_exec.h
Nomura Kei on 9 Dec 2022 233 bytes UPDATE
/**
 * @file	test_exec.h
 * @brief	exec ใƒ†ใ‚นใƒˆ
 * @author	Nomura Kei
 * @copyright 2008  Nomura Kei
 */
#ifndef TEST_EXEC_H
#define TEST_EXEC_H

#include <stdbool.h>


bool can_exec(const char* pathname);


#endif	// TEST_EXEC_H