Home | Info | Community | Development | myReactOS | Contact Us
[static, write]
Definition at line 34 of file fatfs.cpp.
Referenced by FATDirectory::read_directory().
{ union DEntry* Ent = (union DEntry*) dir; struct Kette* L = NULL; for(; cnt; cnt--) { K->Rueck = L; (L=K)->Ent = Ent; AddP(K, sizeof(struct Kette)); L->Vorw = K; AddP(Ent, sizeof(union DEntry)); } L->Vorw = NULL; return Ent; }