📄 xrolo.index.h
字号:
/**** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -