...
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 | ||
---|---|---|
| ||
/* Using a local version of stdio.h */Â
#include "mystdio.h"
/* ... */
|
...