/** * @file test_delete.h * @brief delete ใในใ * @author Nomura Kei * @copyright 2008 Nomura Kei */ #ifndef TEST_DELETE_H #define TEST_DELETE_H #include <stdbool.h> bool can_delete(const char* pathname); #endif // TEST_DELETE_H