Hi All, I am trying to wrap a C function that uses <stdarg.h> but I could find which C# namespace corresponds to it. (stdarg.h is used by va_list)
The code snippet is as follows: #include <stdarg.h> typedef void (*userLogFn)(BAILogLevel_t level, BAIModule_t module, const char* format, va_list arg); Thanks, Thabet -- View this message in context: http://monotouch.2284126.n4.nabble.com/Wrap-C-function-using-p-invoke-tp4655738.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
