nntrac

No-nonsense TRAC T-64 reimplementation under 1000 SLOC of ANSI C
git clone git://git.luxferre.top/nntrac.git
Log | Files | Refs | README | LICENSE

commit a65f47ed06c288eacd75fb747b5f8b28d5eda884
parent 9acabe0de87eef95c2b54accc7a493a21b359da4
Author: Luxferre <lux@ferre>
Date:   Thu, 10 Aug 2023 11:09:50 +0300

rdm fx

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -162,7 +162,7 @@ char *pr_rgbled(char *arglist, char *res, int *reslen) { return res; /* return the result pointer */ } ``` -Then you can register this primitive with `nnt_regprimitive("rgb", &pr_rgbled);` in your main C code, and then, calling `#(rgb,43,67,133)` in your script will return the string `R=43, G=67, B=133` if the API succeeds. +Then you can register this primitive with `nnt_regprimitive("rgb", &pr_rgbled);` in your main C code, and then, calling `##(rgb,43,67,133)` in your script will return the string `R=43, G=67, B=133` if the API succeeds. ## FAQ