(a)
#ifdef	__cplusplus
}
#endif

(b)
#endif /* defined(_KERNEL) || defined(_KMEMUSER) */

Example 1: Correcting a compilation error.

Back to Article