Home
last modified time | relevance | path

Searched refs:NN_VERSION_NUMBER (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.4/include/nn/
Dversion.h33 #ifndef NN_VERSION_NUMBER
34 #define NN_VERSION_NUMBER(major, minor, micro, relstep) (((major) << 24) | ((minor) << 16) | ((mic… macro
36 #define NN_CURRENT_VERSION_NUMBER NN_VERSION_NUMBER(NN_VERSION_MAJOR, NN_VERSION_MINOR, NN_VERSION_…