Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove BUILD_IOUTIL symbol | Zachary T Welch | 2009-12-02 | 1 | -0/+27 |
Add ioutil_stubs.c to provide an empty ioutil_init() routine. Add ioutil.h to prevent applications from needing to declare it. Allows unconditionally calling that function during startup, and the resulting libocdhelper library API is now more stable. Prints a DEBUG message when the stub implementation is included. |