interop.h
Go to the documentation of this file.
1 
10 #pragma once
11 #include "interop/version.h"
20 
21 namespace illumina { namespace interop
22 {
27  inline const char* library_version(){return INTEROP_VERSION;}
28 }}
29 
Definition: enum_description.h:15
const char * library_version()
Definition: interop.h:27