windows-nt/Source/XPSP1/NT/windows/netdde/incs/tools.h

11 lines
310 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef H__tools
#define H__tools
/*lint +fvr Routines that exhibit varying return mode */
extern LPSTR FAR PASCAL lstrcpy( LPSTR, LPSTR );
extern LPSTR FAR PASCAL lstrcat( LPSTR, LPSTR );
extern int FAR PASCAL lstrlen( LPSTR );
/*lint -fvr End of routines that exhibit varying return mode */
#endif