#include <stdio.h>
#include <string>
#include <openhbci/dllimport.h>
Go to the source code of this file.
Namespaces | |
namespace | HBCI |
Functions | |
char * | hbci_strdup (const char *c) |
char * | hbci_strdup (const string &s) |
|
Duplicates a string into newly allocated memory. Returns a pointer to the newly allocated char* array which is owned by the caller and has to be freed by the caller after usage.
|
|
Duplicates a const char* string into newly allocated memory. Returns a pointer to the newly allocated char* array which is owned by the caller and has to be freed by the caller after usage.
|