gpsd.h-head

来自「gpsd, a popular GPS daemon.」· H-HEAD 代码 · 共 19 行

H-HEAD
19
字号
/* This file is generated.  Do not hand-hack it! */#ifndef _gpsd_h_#define _gpsd_h_/* gpsd.h -- fundamental types and structures for the gpsd library */#include <stdbool.h>#include <stdio.h>#ifdef HAVE_TERMIOS_H#include <termios.h>#endif#ifdef HAVE_SYS_TERMIOS_H#include <sys/termios.h>#endif#include "gps.h"/* Feature configuration switches begin here */

⌨️ 快捷键说明

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