mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fixed comment.
This commit is contained in:
parent
b17810e6f0
commit
274acbda3f
1 changed files with 3 additions and 4 deletions
|
@ -68,13 +68,12 @@
|
|||
|
||||
Legacy interface
|
||||
|
||||
- SCM_STRINGP returns false for sh-strings.
|
||||
- SCM_STRINGP is just scm_is_string.
|
||||
|
||||
- SCM_STRING_CHARS uses scm_i_string_writable_chars and immediately
|
||||
calls scm_i_stop_writing, hoping for the best. SCM_STRING_LENGTH
|
||||
is the same as scm_i_string_length. SCM_STRINGP will only return
|
||||
true for strings that are null-terminated when accessed with
|
||||
SCM_STRING_CHARS.
|
||||
is the same as scm_i_string_length. SCM_STRING_CHARS will throw
|
||||
an error for for strings that are not null-terminated.
|
||||
*/
|
||||
|
||||
SCM_API SCM scm_string_p (SCM x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue