¡@

Home 

2014/10/16 ¤W¤È 08:10:59

android Programming Glossary: calc_mean.h

Can't create shared library with static inside

http://stackoverflow.com/questions/7332679/cant-create-shared-library-with-static-inside

whole internet but I can't find answer ... C Layer I have created simple function int mean int int and place it in calc_mean.h and initialize it in calc_mean.c here are this two files. calc_mean.c #include calc_mean.h int mean int a int b return a.. int int and place it in calc_mean.h and initialize it in calc_mean.c here are this two files. calc_mean.c #include calc_mean.h int mean int a int b return a b 2 calc_mean.h int mean int int Then I create make file and build archive .a file called.. it in calc_mean.c here are this two files. calc_mean.c #include calc_mean.h int mean int a int b return a b 2 calc_mean.h int mean int int Then I create make file and build archive .a file called Test_Archive.a using following make file makefile..