Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

24 lines
415 B

/*[
* Name: host_str.h
*
* Derived From: (original)
*
* Author: John Cremer
*
* Created On: Oct 93
*
* Sccs ID: @(#)host_str.h 1.1 10/29/93
*
* Coding Stds: 2.0
*
* Purpose: Provide prototypes for additional string manipulation
* functions.
*
* Copyright Insignia Solutions Ltd., 1993. All rights reserved.
]*/
GLOBAL CHAR *HostStrdup IPT1(
CHAR *, s1 /* string to be duplicated */
);