Include c files while building Julia

Hi,

I know that it is possible to include some custom julia code in userimg.jl while building Julia.

I was wondering if it is possible to also include C code that gets automatically compiled during the build process of Julia and that I can call via ccall? If yes, what are the steps to follow?

Thank you