geos.h

来自「一个很好的vc底层代码」· C头文件 代码 · 共 19 行

H
19
字号
#ifndef GEOS_H#define GEOS_H/* * \file geos.h * \brief * This file is intended as an include wrapper for client application. * It includes commonly needed GEOS headers. */#include <geos/version.h>#include <geos/geom.h>#include <geos/util.h>#include <geos/io.h>#include <geos/unload.h>#endif

⌨️ 快捷键说明

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