Hi, I've started with updating the project structure, and currently looking at the directory structure per component. Are there any standard/preferred structures for C? When using maven, source is added to a "src/main" or "src/test" etc.
For now I have the following: framework/ (currently named celix) - private/ -- include (private header files) -- src (c sources) -- test (test sources) - public/ -- include (public header files) I am open for any other suggestion.. -- Met vriendelijke groet, Alexander Broekhuis
