lib_cache
struct lib_cache *lc_next;
static lib_cache_t *lib_cache;
entry = lib_cache;
entry->lc_next = lib_cache;
lib_cache = entry;