Home
last modified time | relevance | path

Searched defs:BT_GETAJUINT (Results 1 – 1 of 1) sorted by relevance

/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajindex.h708 #define BT_GETAJUINT(p,v) (memcpy((void*)v,(const void*)p,sizeof(ajuint))) macro
718 #define BT_GETAJUINT(p,v) memcpy((void*)v,(const void*)p,sizeof(ajuint)); \ macro