Checkpoint -- still merging with Taj's version of the world.
This commit is contained in:
parent
b855148c9b
commit
c5561c23cf
37 changed files with 415 additions and 378 deletions
|
|
@ -64,7 +64,7 @@ max(int a, int b)
|
|||
void
|
||||
tcopy (char *s, char *t)
|
||||
{
|
||||
while (*s++ = *t++)
|
||||
while ((*s++ = *t++))
|
||||
;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue