examples/TestMasterSlave/TestMasterSlave.h
changeset 154 1b3165f2d17d
parent 149 fe50ada8020b
child 301 f4b64aa848e1
equal deleted inserted replaced
153:1c1ad874fe8f 154:1b3165f2d17d
    18 You should have received a copy of the GNU Lesser General Public
    18 You should have received a copy of the GNU Lesser General Public
    19 License along with this library; if not, write to the Free Software
    19 License along with this library; if not, write to the Free Software
    20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    21 */
    21 */
    22 #ifdef USE_XENO
    22 #ifdef USE_XENO
       
    23 //#define eprintf(...) if(0){}
    23 #define eprintf(...)
    24 #define eprintf(...)
    24 #else
    25 #else
    25 #define eprintf(...) printf (__VA_ARGS__)
    26 #define eprintf(...) printf (__VA_ARGS__)
    26 #endif
    27 #endif
    27 void print_message(Message *m);
    28 void print_message(Message *m);