Skip to content

Commit

Permalink
Expose string_alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Nov 22, 2024
1 parent 8a07b6e commit e3ed2e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions armorcore/sources/iron_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <stdbool.h>
#include "iron_array.h"

char *string_alloc(int size);
char *string_join(char *a, char *b);
char *string_copy(char *a);
int string_length(char *str);
Expand Down

0 comments on commit e3ed2e5

Please sign in to comment.