new version of grace

This commit is contained in:
asus
2024-01-25 14:12:49 +01:00
parent 1dea608c0d
commit 2e0b5dd8d9
3 changed files with 13 additions and 20 deletions

View File

@@ -272,7 +272,7 @@ int main()
}
```
**problem :** oops, it stringified the paramter name, not it's expanded version, see https://gcc.gnu.org/onlinedocs/cpp/Stringizing.html
**problem :** oops, it stringified the parameter name, not it's expanded version, see https://gcc.gnu.org/onlinedocs/cpp/Stringizing.html
#### 2.4 : working stringification