make comment more verbose
This commit is contained in:
parent
ae221a70c2
commit
7985b05aec
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue