Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 346 of file ftmac.c.
Referenced by parse_fond().
00347 { 00348 /* The count is 1 greater than the value in the FOND. */ 00349 /* Isn't that cute? :-) */ 00350 00351 return EndianS16_BtoN( *( (short*)( fond_data + 00352 sizeof ( FamRec ) ) ) ) + 1; 00353 }