Newer
Older
access-test / modules / include / test_read.h
Nomura Kei on 30 Nov 2022 233 bytes from svn
/**
 * @file	test_read.h
 * @brief	read ใƒ†ใ‚นใƒˆ
 * @author	Nomura Kei
 * @copyright 2008  Nomura Kei
 */
#ifndef TEST_READ_H
#define TEST_READ_H

#include <stdbool.h>


bool can_read(const char* pathname);


#endif	// TEST_READ_H