mainpage.h.in

来自「一个通用的C语言实现的数据结构」· IN 代码 · 共 26 行

IN
26
字号
/** @mainpage @PACKAGE@ * * @section intro Introduction * * This is the %@PACKAGE@ (Release @VERSION@) documentation. * * @section about About * *  The Generic Data Structures Library (GDSL) is a collection of routines for *  generic data structures manipulation. It is a portable and re-entrant  *  library fully written from scratch in pure ANSI C. It is designed to offer *  for C programmers common data structures with powerful algorithms, and  *  hidden implementation. Available structures are lists, queues, stacks, hash *  tables, binary trees, binary search trees, red-black trees, 2D arrays, *  permutations and heaps. * * @subsection authors Authors * * Nicolas Darnis <ndarnis@free.fr> <BR> *  * @subsection cdp Project Manager * *  * Nicolas Darnis <ndarnis@free.fr> <BR> */

⌨️ 快捷键说明

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