skapi.h 133 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #ifndef __SKAPI_HDR #define __SKAPI_HDR int sk_entry1(int a,int b); int sk_entry2(int a,int b); int sk_entry3(int a,int b); #endif