Greenbone Security Assistant
|
Utility functions in GSAD. More...
Functions | |
gboolean | str_equal (const gchar *str1, const gchar *str2) |
Check if two strings are equal. More... | |
gchar * | capitalize (const char *input) |
Capitalize a type or command name and replace underscores. More... | |
Utility functions in GSAD.
gchar* capitalize | ( | const char * | input | ) |
Capitalize a type or command name and replace underscores.
[in] | input | The input string. |
gboolean str_equal | ( | const gchar * | str1, |
const gchar * | str2 | ||
) |
Check if two strings are equal.