pantry/projects/swig.org/fixture.c

5 lines
42 B
C
Raw Normal View History

2023-03-21 17:19:00 +03:00
int add(int x, int y)
{
return x + y;
}