more README typo fixes, shell script execution flags

main
Allen Webster 2026-07-02 09:37:18 -07:00
parent 6a3d38d9be
commit c0c1d72c89
3 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ This is the version that all the "commands" example are using:
``` ```
The macro first declares the underlying C function, fills out the global variable initialization and inclues the C function, and then it sets up the signature of the function again, so that you can follow the macro with `{ ... }` the function block. The macro first declares the underlying C function, fills out the global variable initialization and inclues the C function, and then it sets up the signature of the function again, so that you can follow the macro with `{ ... }` the function block.
```C ```C
MY_COMMAND_DEFINE(Foo, "Do Foo.){ MY_COMMAND_DEFINE(Foo, "Do Foo."){
do_foo(ctx); do_foo(ctx);
} }
``` ```

0
build.sh Normal file → Executable file
View File

0
build_ld_meta.sh Normal file → Executable file
View File