source: trunk/src/objects/RpTest.h @ 5119

Last change on this file since 5119 was 1581, checked in by dkearney, 15 years ago

updates for the rappture objects, object examples, and object apis. small fix for rpunits c interface to check string length. there should probably be more of these checks in the c interface, but units should also be rewritten. added folders to separate out octave2 and octave3 app-fermi examples

File size: 268 bytes
Line 
1
2int testStringVal( const char *testname, const char *desc,
3    const char *expected, const char *received);
4
5int testDoubleVal( const char *testname, const char *desc,
6    double expected, double received);
7
8size_t readFile ( const char *filePath, const char **buf);
Note: See TracBrowser for help on using the repository browser.