Newer
Older
access-test / modules / include / test_write.h
Nomura Kei on 30 Nov 2022 278 bytes from svn
/**
 * @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