home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / miscprog / mvsrc / general.h < prev    next >
Encoding:
Text File  |  1990-12-29  |  118 b   |  6 lines

  1. /* Header file for the library of general-purpose Turbo C routines. */
  2.  
  3. int xor_bits (int first, int second);
  4.  
  5.  
  6.