Newer
Older
access-test / modules / main / include / test_read.h
Nomura Kei on 9 Dec 2022 233 bytes UPDATE
/**
 * @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