Files
mars-matrixssl/core/include/cl_header_end.h
Janne Johansson 69b5f2c6c3 MatrixSSL 4.5.1
2022-07-29 12:30:12 +03:00

24 lines
638 B
C

/** @file cl_header_start.h
@copyright Copyright (c) 2017 Rambus Inc. All Rights Reserved.
End header file.
*/
/* CL header files are intended for C.
This header produces sufficient epilogue to switch back to usual mode
of the compiler. */
/* Note: Add CL_NO_EXTERN_C to predefined symbols if you have manually
created extern "C" block. */
/* Unusual multi-inclusion guard as multi-inclusion is allowed. */
#ifndef CL_HEADER_END_H
#define CL_HEADER_END_H 1
#if defined __cplusplus && !defined CL_NO_EXTERN_C
}
#endif
#undef CL_HEADER_END_H /* Forget this include was already defined. */
#endif /* CL_HEADER_END_H */