Working
This commit is contained in:
parent
0c66ff89b3
commit
9b8308eb4a
11 changed files with 121 additions and 0 deletions
6
libs/lib1/inc/lib1.h
Normal file
6
libs/lib1/inc/lib1.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
// No need to include lib2.h or lib3.h here unless their types/functions
|
||||
// are part of lib1.h's public interface. For simple calls in lib1.c,
|
||||
// including in lib1.c is sufficient.
|
||||
|
||||
void lib1_function();
|
Loading…
Add table
Add a link
Reference in a new issue