L
lovecreatesbeauty
I read the following code in `Lions' Commentary on UNIX 6th Edition
with Source Code'. The code in the book labeled from line 1516 to 1529
declaring "icode" is strange. Was one equal mark missed at line 1516
behind the right square brace?
1516 int icode[]
1517 {
1518 0104412, /*sys exec; init; initp*/
1519 0000014,
1520 0000010,
.... /*...*/
1529 };
lovecreatesbeauty
with Source Code'. The code in the book labeled from line 1516 to 1529
declaring "icode" is strange. Was one equal mark missed at line 1516
behind the right square brace?
1516 int icode[]
1517 {
1518 0104412, /*sys exec; init; initp*/
1519 0000014,
1520 0000010,
.... /*...*/
1529 };
lovecreatesbeauty