Files
sarasacw-omrf/assets/c-friendly-ffi-design/c-cpp-side/cpp-header.md
T

7 lines
134 B
Markdown
Raw Normal View History

2026-08-11 22:47:50 +08:00
# C++ Header
2026-08-13 21:40:16 +08:00
## Include Guard
The include guard requirement in the C++ header files is identical to the one in the C header files.
2026-08-11 22:47:50 +08:00