I have two files : lib.c
and lib.h
. I need to use this C source code in my swift
code .
How to import these two C files?
I have two files : lib.c
and lib.h
. I need to use this C source code in my swift
code .
How to import these two C files?