Convert app to c++
This commit is contained in:
parent
069f8c8465
commit
c35b33b613
8 changed files with 64 additions and 16 deletions
|
@ -1,3 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void lib2_function(); // Function declaration for lib2
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue