Hello, in sys/src/cmd/eqn/text.c a function definition starts with
int
trans(int c, char *)
{
What does that mean (i.e. how is the second function parameter referenced?
Carsten
Hello, in sys/src/cmd/eqn/text.c a function definition starts with
int
trans(int c, char *)
{
What does that mean (i.e. how is the second function parameter referenced?
Carsten