unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Are char* and signed char* compatible (SCM_BYTEVECTOR_CONTENTS)?
@ 2021-02-26  9:33 Vivien Kraus via General Guile related discussions
  2021-02-26 11:15 ` Mike Gran
  0 siblings, 1 reply; 2+ messages in thread
From: Vivien Kraus via General Guile related discussions @ 2021-02-26  9:33 UTC (permalink / raw)
  To: guile-user

Hello,

I’m trying to use a bytevector from C.

1. According to an example in the manual, SCM_BYTEVECTOR_CONTENTS can
be assigned to a char*.

2. Also from the manual, it is a signed char*.

3. I've found this question online saying they are not compatible (
https://stackoverflow.com/questions/12769500/why-is-char-not-compatible-with-signed-char-or-unsigned-char
).

As I understand it, at least one of the above 3 affirmations is
incorrect. Could someone clarify this to me?




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-26 11:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-26  9:33 Are char* and signed char* compatible (SCM_BYTEVECTOR_CONTENTS)? Vivien Kraus via General Guile related discussions
2021-02-26 11:15 ` Mike Gran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).