/** * @file test_write.h * @brief write ใในใ * @author Nomura Kei * @copyright 2008 Nomura Kei */ #ifndef TEST_WRITE_H #define TEST_WRITE_H #include <stdbool.h> bool can_write(const char* pathname); bool can_append(const char* pathname); #endif // TEST_WRITE_H