renames
This commit is contained in:
parent
5e76138b53
commit
327dfb0cb7
5 changed files with 34 additions and 34 deletions
15
tests/lib_function.h
Normal file
15
tests/lib_function.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
// Copyright (c) Lysann Tranvouez. All rights reserved.
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern int libFunctionCounter;
|
||||
|
||||
int libFunction();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue