Displaying 1 result from an estimated 1 matches for "mktclapp".
Did you mean:
mktcap
2000 Dec 15
0
Some libraries and ideas for a 'librarified' R
...le allocators;
- an interface to debug information, based on Fred Fish DBUG library used in
mysql (it allows to trace the execution of the code, to print selected
information, ...);
- an mprintf function to format messages in malloc'ed string (I have tested
also the UNICODE version) stolen from mktclapp from www.hwaci.com; this
maybe similar to R_printf;
- interfaces to errors, warnings, and log messages, with customizable
callbacks to send the content of the massages every where you can send a
char * or a wchar_t *; I followed the discussion on error handling on the
gsl mailing list and tried to...