Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
310 B

  1. #ifndef H__tools
  2. #define H__tools
  3. /*lint +fvr Routines that exhibit varying return mode */
  4. extern LPSTR FAR PASCAL lstrcpy( LPSTR, LPSTR );
  5. extern LPSTR FAR PASCAL lstrcat( LPSTR, LPSTR );
  6. extern int FAR PASCAL lstrlen( LPSTR );
  7. /*lint -fvr End of routines that exhibit varying return mode */
  8. #endif