Content deleted Content added
→Example: reworked C example a bit. |
HariZaSaru (talk | contribs) m Fixed the grammatical mistake "Llama's eat grass!" ('Llama is' eat grass!) in the C virtual function implementation. |
||
Line 87:
*/
static void _Llama_eat(struct Animal *self) {
printf("<Llama at %p>
}
|