Files
android_development/ndk/sources/samples/two-libs/first.c
2009-05-07 20:39:04 +02:00

7 lines
69 B
C

#include "first.h"
int first(int x, int y)
{
return x + y;
}