Update headers

This commit is contained in:
Gregory Lirent 2022-06-03 19:12:26 +03:00
parent ed60ffa6e1
commit d516884dae
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ extern size_t libcdsb_string_replace_r_cstring_cstring(vtype_string*restrict x,
extern size_t libcdsb_string_replace_r_cstring_char (vtype_string*restrict x, const char*restrict src, int dest, size_t maxn) LIBCDSB_nt__ LIBCDSB_nn1__;
inline size_t libcdsb_string_replace_r_char_string (vtype_string*restrict x, int src, const vtype_string*restrict dest, size_t maxn) __attribute__((always_inline));
extern size_t libcdsb_string_replace_r_char_cstring (vtype_string*restrict x, int src, const char*restrict dest, size_t maxn) LIBCDSB_nt__ LIBCDSB_nn1__;
extern size_t libcdsb_string_replace_r_char_char (vtype_string*restrict x, int src, int dest, size_t maxn) LIBCDSB_nt__ LIBCDSB_nn1__;
#define libcdsb_string_replace_r_char_char libcdsb_string_replace_char_char
/*#####################################################################################################################*/