Ejemplo n.º 1
0
static inline int * Kf_ObjCuts( Kf_Man_t * p, int i )                      { return (int *)Vec_SetEntry(&p->pMem, Vec_IntEntry(&p->vCuts, i));    }
Ejemplo n.º 2
0
static inline Tru_One_t * Tru_ManReadOne( Tru_Man_t * p, int h ) {
    return h ? (Tru_One_t *)Vec_SetEntry(p->pMem, h) : NULL;
}