/** * @file test_link.h * @brief link ใในใ * @author Nomura Kei * @copyright 2008 Nomura Kei */ #ifndef TEST_LINK_H #define TEST_LINK_H #include <stdbool.h> bool can_link(const char* pathname, const char* linkpath); #endif // TEST_LINK_H