Re: printf() checking for custom functions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Randall,

>A problem I hit with it though is that:
>   myDebug( "" );

You'll need to use a convention to avoid that, such as putting in one space:

MyDebug(" ");

Or using a different function:

MyDebugEmpty();

Or, since you are using C++, an overload:

MyDebug();

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux