home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / SUN / PPP / SUNOS_OL / PPPD_1_0.TAR / args.h next >
Encoding:
C/C++ Source or Header  |  1991-10-28  |  181 b   |  12 lines

  1. /*
  2.  * neat macro from ka9q to "do the right thing" with ansi prototypes
  3.  */
  4.  
  5. #ifndef __ARGS
  6. #ifdef __STDC__
  7. #define __ARGS(x)       x
  8. #else
  9. #define __ARGS(x)       ()
  10. #endif
  11. #endif
  12.