Skip to content

Commit

Permalink
@wip Declare rb_setup_fake_str function
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Oct 4, 2024
1 parent 6f4e044 commit a63fe3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cext/include/stubs/internal/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

VALUE rb_fstring(VALUE);
VALUE rb_fstring_cstr(const char *str);
VALUE rb_setup_fake_str(struct RString *fake_str, const char *name, long len, rb_encoding *enc);

static inline const char* search_nonascii(const char *p, const char *e) {
const uintptr_t *s, *t;
Expand Down

0 comments on commit a63fe3f

Please sign in to comment.