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