gist_query.cc

来自「Libgist is an implementation of the Gene」· CC 代码 · 共 18 行

CC
18
字号
// gist_query.cc// Copyright (c) 1998, Regents of the University of California// $Id: gist_query.cc,v 1.3 1998/06/18 00:54:28 aoki Exp $#include "gist_query.h"#ifdef GNUG#pragma implementation "gist_query.h"#endifgist_query_t::gist_query_t() {}gist_query_t::~gist_query_t() {}

⌨️ 快捷键说明

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