Jump to content

Execute SNUSP/C: Difference between revisions

m
<lang>
m (<code>)
m (<lang>)
Line 6:
The source code to be interpreted is specified on the command line after the keyword '''snusp''', while the keyword '''enhanced''' activates the enhanced non standard mode, and the keyword '''debug''' activates debugging mode. Normally the read instruction reads from the stdin and the write instruction writes to stdout.
 
<lang c>
<code c>#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Line 276 ⟶ 277:
free(field[i].s);
}
</codelang>
973

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.