VisualIB
1.0
IBExpress library for making use of Borland IBExpress outside of C++Builder
|
VisualIB - InterBase wrapper for use in Visual Studio. More...
Functions | |
char * | cpp_strdup (const char *input) |
Internal function. | |
VIBString *VIBCALL | VIBString_New (const char *str) |
Constructor. | |
void VIBCALL | VIBString_Destroy (VIBString *str) |
Destructor. | |
const char *VIBCALL | VIBString_CStr (VIBString *str) |
Accessor. | |
VisualIB - InterBase wrapper for use in Visual Studio.
Lightweight string object
char* cpp_strdup | ( | const char * | input | ) |
Internal function.
A strdup substitute that uses new [] to do allocation.