xrolo.index.h

来自「`smith.motif.tar.Z includes the source c」· C头文件 代码 · 共 28 行

H
28
字号
/**** xrolo.index.h ****//********************************************************************`xrolo.index.c' stores a reference to a `ListShell' object from`xrolo.c' as `entryIndex'.  It then uses xrolo_db_build_index_array()from `xrolo.db.c' to build a null-terminated, dynamic array ofpointers to strings, where each string contains the first line of eachrolodex entry.  The routines can be used to provide a high-levelinterface to the task of building and freeing the dynamic arrays thatare created in `xrolo.db.c' and `listshell.c'.Note that `xrolo.c' allocates, realizes, and ultimately frees the`ListShell' object.  It should not be done here.********************************************************************/#include "listshell.h"#include "xrolo.db.h"/*Public functions:*/extern void xrolo_index_create();extern void xrolo_index_destroy();extern int xrolo_index_build();

⌨️ 快捷键说明

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