mirror of
https://github.com/openappsec/openappsec.git
synced 2025-10-01 20:17:43 +03:00
First release of open-appsec source code
This commit is contained in:
11
external/C-Mock/test/math.c
vendored
Normal file
11
external/C-Mock/test/math.c
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "math.h"
|
||||
|
||||
int add(int a1, int a2)
|
||||
{
|
||||
return a1 + a2;
|
||||
}
|
||||
|
||||
int substract(int a1, int a2)
|
||||
{
|
||||
return a1 - a2;
|
||||
}
|
Reference in New Issue
Block a user