Displaying 1 result from an estimated 1 matches for "init_funcs_from_c".
2006 Mar 15
1
multiple packages using the same native code.
This might fall under the purview of bundles, but I could not find any
example bundles which demonstrated what I am after.
I would like to construct two packages (A, B) which utilize a number of
common C functions. The most straightforward way to do this is just copy
the relevant .c and .h files from one src directory to the next, but
this is tedious especially in the face of multiple