started using a comma as a parameter/argument separator.
changed to use & as a string concatenation method in the string class. added some code to support variadic arguments
This commit is contained in:
@ -138,6 +138,7 @@ static int pf_close (stix_t* stix, stix_ooi_t nargs)
|
||||
|
||||
if (con->fd_opened) close (con->fd);
|
||||
|
||||
stix_freemem (stix, con);
|
||||
STIX_STACK_SETRETTORCV (stix, nargs);
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user