We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbd780 commit 78dfa9bCopy full SHA for 78dfa9b
src/lisp2c.c
@@ -38,6 +38,8 @@ int LispStringSimpleLength(LispPTR lispstring) {
38
return (arrayp->fillpointer);
39
}
40
41
+/* XXX: this string conversion is NOT useable on byte-swapped (little-endian) machines
42
+ */
43
void LispStringToCStr(LispPTR lispstring, char *cstring) {
44
OneDArray *arrayp;
45
char *base;
0 commit comments