home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / knowhow4 / nret.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  90 b   |  6 lines

  1. #ifndef _N_RET_H_
  2. #define _N_RET_H_
  3.  
  4. extern int nRet(char* string);
  5.  
  6. #endif _N_RET_H_