Add features #4

Merged
Greensky merged 2 commits from main into mirror 2026-05-01 16:26:28 +00:00
Owner

Addition of features

Add a few features for the libraries

Custom STRING

Add operations on cstring :

  • concat between cstring and cstring
  • concat between cstring and char *
  • concat between char * and char * into cstring

String Chained list

Add manipulations of arrays for string chained lists

  • Convert a string chained list into an array of strings
  • Convert a string chained list into an array of strings, duplicating the values
  • Convert an array into a string chained list
  • Convert an array into a string chained list, duplicating the values
# Addition of features Add a few features for the libraries ## Custom STRING Add operations on cstring : * concat between **cstring** and **cstring** * concat between **cstring** and **char \*** * concat between **char \*** and **char \*** into **cstring** ## String Chained list Add manipulations of arrays for string chained lists * Convert a string chained list into an array of strings * Convert a string chained list into an array of strings, duplicating the values * Convert an array into a string chained list * Convert an array into a string chained list, duplicating the values
Greensky merged commit 2e96c94d20 into mirror 2026-05-01 16:26:28 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Greensky/paclibs-database!4
No description provided.