add support for function calls 'atomic_init' and 'atomic_compare_exchange()'
[c11tester.git] / include / cdsannotate.h
1 #ifndef CDS_ANNOTATE_H
2 #define CDS_ANNOTATE_H
3 #include <stdint.h>
4
5 void cdsannotate(uint64_t analysistype, void *annotation);
6
7 #endif