|
libarmutils
1.4
|
String Functions. More...
#include "armutils.h"Go to the source code of this file.
Functions | |
| int | parse_version_string (const char *string, int *major, int *minor, int *micro) |
| Extract the major, minor, and micro values from a version string. | |
| int | qsort_numeric_strcmp (const void *str1, const void *str2) |
| Qsort numeric string compare function. | |
| int | qsort_strcmp (const void *str1, const void *str2) |
| Qsort string compare function. | |
| char * | string_copy (const char *string) |
| Copy a string. | |
| char * | string_create (const char *format,...) |
| Create a new string. | |
| char * | string_create_va_list (const char *format, va_list args) |
| Create a new string. | |
| int | string_to_doubles (char *string, int buflen, double *buffer) |
| Read numeric values from a string. | |
| int | string_to_floats (char *string, int buflen, float *buffer) |
| Read numeric values from a string. | |
| int | string_to_ints (char *string, int buflen, int *buffer) |
| Read numeric values from a string. | |
| int | string_to_longs (char *string, int buflen, long *buffer) |
| Read numeric values from a string. | |
| char * | trim_repository_string (const char *string, int buflen, char *buffer) |
| Trim the tag from a repository string. | |
| char * | trim_trailing_spaces (char *string) |
| Trim all space characters from the end of a string. | |
String Functions.
Definition in file string_utils.c.