← index
cplusplus11.Examples/bin_to_array/test/test.cpp.h
Source: cplusplus11.Examples/bin_to_array/test/test.cpp.h
#ifndef test_cpp__H
#define test_cpp__H

extern "C" {

extern unsigned char test_cpp[];

}


#endif