routelink.h

来自「本程序的功能是对导航数据中的道路情况数据进行整理」· C头文件 代码 · 共 35 行

H
35
字号
/****************************************************************************
	FileName    :	routelink.h

	Date        :	2006.07.22

	Author      :	

	Copyright   :	
-----------------------------------------------------------------------------
	Modify History
	NO       Date           Modifier         Modified Contet

****************************************************************************/

#ifndef	__ROUTELINK_H__
	#define	__ROUTELINK_H__

/*-------------------------------------------------------------------------*/
/*																		   */
/*   Include File Section                                                  */
/*																		   */
/*-------------------------------------------------------------------------*/
#include	<string.h>
#include	<malloc.h>
#include	<stdio.h>
#include	<fcntl.h>
#include	<io.h>
#include	<sys/stat.h>

#include	"routelink_c.h"
#include	"routelink_s.h"
#include	"routelink_p.h"

#endif	/* __ROUTELINK_H__ */
/*	End of file------------------------------------------------------------*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?