//---------------------------------------------------------------------------- // Copyright (C) 2013-2015 Fabrice HARROUET (ENIB) // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted without fee, // provided that the above copyright notice appear in all copies and // that both that copyright notice and this permission notice appear // in supporting documentation. // The author makes no representations about the suitability of this // software for any purpose. // It is provided "as is" without express or implied warranty. //---------------------------------------------------------------------------- #include "myNativeLib.h" int main(int argc, char **argv) { for(int i=0;i %d, %d, %d, %d, %d, %f, %f, %s\n", (int)ms.b,(int)ms.c,(int)ms.s,(int)ms.i,(int)ms.l, ms.f,ms.d,ms.t); return 0; } //----------------------------------------------------------------------------