Go to the documentation of this file.
42#ifndef __MUSTANGPEAK_STRING_HELPER__
43#define __MUSTANGPEAK_STRING_HELPER__
63 extern char *
strnew(
int char_count);
96 extern char *
strcatnew(
char *str1,
char *str2);
char * strnew(int char_count)
Allocates a new uninitialized string buffer.
Definition mustangpeak_string_helper.c:59
char * strnew_initialized(int char_count)
Allocates a new zero-initialized string buffer.
Definition mustangpeak_string_helper.c:81
char * strcatnew(char *str1, char *str2)
Concatenates two strings into a newly allocated buffer.
Definition mustangpeak_string_helper.c:116
Copyright (c) 2026 Jim Kueneman all rights reserved. See the License