cantera/src/clib
Ray Speth 8a9eabeeac [clib] Add buffer length argument to all functions returning strings
If the buffer is not long enough, the string is truncated and the return value
is the required buffer length. Otherwise, the return value is 0.
2016-10-18 11:21:42 -04:00
..
Cabinet.h Add license/copyright info to files that were missing it 2016-10-10 22:48:23 -04:00
clib_utils.h [clib] Make clib headers public 2016-10-13 18:40:03 -04:00
ct.cpp [clib] Add buffer length argument to all functions returning strings 2016-10-18 11:21:42 -04:00
ctfunc.cpp [clib] Remove some redundant/unusable/unnecessary functions 2016-10-17 19:15:36 -04:00
ctmultiphase.cpp [clib] Remove some redundant/unusable/unnecessary functions 2016-10-17 19:15:36 -04:00
ctonedim.cpp [clib] Add buffer length argument to all functions returning strings 2016-10-18 11:21:42 -04:00
ctreactor.cpp [clib] Remove some redundant/unusable/unnecessary functions 2016-10-17 19:15:36 -04:00
ctrpath.cpp [clib] Fix const-ness of clib function arguments 2016-10-15 20:50:15 -04:00
ctsurf.cpp [clib] Rename some functions to increase consistency 2016-10-17 19:15:38 -04:00
ctxml.cpp [clib] Add buffer length argument to all functions returning strings 2016-10-18 11:21:42 -04:00
README.txt Reorganized source tree structure 2012-02-12 02:27:14 +00:00

This directory contains code that implements C-callable functions that
can be used to create and use Cantera objects from languages other
than C++. It is used by both the Python and Matlab interface packages.