Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
The solution addresses the problem by giving the local library a unique name (as per \[[PRE08-A. Guarantee that header filenames are unique]\]) which makes it explicit that the library used is not the original.

Code Block
bgColor#ccccff
/* Using a local version of stdio.h */ 
#include "mystdio.h"

/* ... */

...