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