home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD1.iso / workshop / c / files / StudUtes.h < prev   
Encoding:
C/C++ Source or Header  |  2001-06-03  |  160 b   |  11 lines

  1. #if !defined( STUDUTES_INCLUDED )
  2. #define STUDUTES_INCLUDED
  3.  
  4.  
  5. namespace StudUtes {
  6.  
  7.     char *SafeCopy(char *dest, const char *src, int len);
  8.  
  9. };
  10.  
  11. #endif