Contents:
generate_c_file()
generate_c_header_file()
This module contains function to wrap C code into C file and C header file.
Generate the content of a C file that contains the given code.
code (str) – The C code to embed in the C file.
str
Generate the content of a C header file that contains the given code.
code (str) – The C code to embed in the C header file.
filename (str) – The header file name (default = "header.h")
"header.h"