|
@@ -144,7 +144,7 @@
|
|
|
<li><p>Explain the meaning of the <code>inline</code> keyword on C function declarations, and a
|
|
|
potential drawback of using it.</p></li>
|
|
|
|
|
|
- <li><p>Using <code>receive_bit()</code>, define a function receive <code>int()</code> that decodes and
|
|
|
+ <li><p>Using <code>receive_bit()</code>, define a function <code>receive_int()</code> that decodes and
|
|
|
returns a 32-bit value from the sequence of received bits.</p></li>
|
|
|
|
|
|
<li><p>(<em>optional</em>) Build a more general decoding function receive using a C++
|