Comment added
This commit is contained in:
parent
ecabf96c86
commit
572f8ec9c4
|
@ -4,6 +4,10 @@
|
||||||
|
|
||||||
eval( str)
|
eval( str)
|
||||||
char *str;
|
char *str;
|
||||||
|
|
||||||
|
/* Output 'str' and replace in it all $i occurances by the corrresponding
|
||||||
|
* parameter-names, converted where necessary.
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
register char c;
|
register char c;
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Reference in a new issue