make comment more verbose

This commit is contained in:
Holger Vogt 2022-04-19 23:22:17 +02:00
parent ae221a70c2
commit 7985b05aec
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
/*
* Expand global characters.
*
* e.g. text substitution like requested in the following script
* set text = "mytext"
* set newtext = new.{$text}
* echo $newtext
*
*
*/
#include <stdint.h>