mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 17:50:29 +02:00
Add `scm_c_symbol_length ()'.
This commit is contained in:
parent
3f324bb3b8
commit
47463c8fd7
6 changed files with 29 additions and 0 deletions
|
@ -90,6 +90,7 @@ SCM_API SCM scm_string_append (SCM args);
|
|||
|
||||
SCM_API SCM scm_c_make_string (size_t len, SCM chr);
|
||||
SCM_API size_t scm_c_string_length (SCM str);
|
||||
SCM_API size_t scm_c_symbol_length (SCM sym);
|
||||
SCM_API SCM scm_c_string_ref (SCM str, size_t pos);
|
||||
SCM_API void scm_c_string_set_x (SCM str, size_t pos, SCM chr);
|
||||
SCM_API SCM scm_c_substring (SCM str, size_t start, size_t end);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue