|
|
|
|
|
by abenedic
2878 days ago
|
|
You should really be careful about c preprocessor macros when you do things like this with .c files. You should always undefine any macros defined in a file which are not properly namespaced(as much as C allows for pseudo namespacing). |
|