How to generate a function header file when using CodeGen?

Hi, How do I get the header file(.h) corresponding to the generated .o ?

ref: apps/howto_deploy/prepare_test_libs.py : prepare_test_libs

fadd_syslib.save(syslib_path)

Thanks.

1 Like

I wrote a script to generate the corresponding header file,and it works(without GetFunction.).

How do you write the script?