Initial import of new NDK into donut tree

This commit is contained in:
David 'Digit' Turner
2009-05-07 20:39:04 +02:00
parent 816ba073c6
commit b9a8479e48
1437 changed files with 79943 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#ifndef FIRST_H
#define FIRST_H
extern int first(int x, int y);
#endif /* FIRST_H */