mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-18 05:24:05 +00:00
Fix missing return types on functions, convert some functions with always ignored results to void.
This commit is contained in:
@@ -53,7 +53,7 @@ int LispStringLength (LispPTR lispstring)
|
||||
|
||||
|
||||
|
||||
LispStringToCStr (LispPTR lispstring, char *cstring)
|
||||
void LispStringToCStr (LispPTR lispstring, char *cstring)
|
||||
{
|
||||
OneDArray *arrayp;
|
||||
char *base;
|
||||
|
||||
Reference in New Issue
Block a user