add documentation and examples
This commit is contained in:
8
examples/example-multi-base.c
Executable file
8
examples/example-multi-base.c
Executable file
@@ -0,0 +1,8 @@
|
||||
#!cscript -s example-multi-ext.c
|
||||
#include <stdio.h>
|
||||
|
||||
extern const char *external_string;
|
||||
|
||||
int main() {
|
||||
printf("%s\n", external_string);
|
||||
}
|
||||
Reference in New Issue
Block a user