mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
504 B
14 lines
504 B
#define LLInit (*lpdbf->LLInit)
|
|
#define LLCreate (*lpdbf->LLCreate)
|
|
#define LLAdd (*lpdbf->LLAdd)
|
|
#define LLInsert (*lpdbf->LLInsert)
|
|
#define LLDelete (*lpdbf->LLDelete)
|
|
#define LLNext (*lpdbf->LLNext)
|
|
#define LLDestroy (*lpdbf->LLDestroy)
|
|
#define LLFind (*lpdbf->LLFind)
|
|
#define LLSize (*lpdbf->LLSize)
|
|
#define LLLock (*lpdbf->LLLock)
|
|
#define LLUnlock (*lpdbf->LLUnlock)
|
|
#define LLLast (*lpdbf->LLLast)
|
|
#define LLAddHead (*lpdbf->LLAddHead)
|
|
#define LLRemove (*lpdbf->LLRemove)
|