Leaked source code of windows server 2003
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.

13 lines
292 B

  1. /* Copyright (C) Microsoft Corporation, 1998. All rights reserved. */
  2. #ifndef _UTILS_H_
  3. #define _UTILS_H_
  4. LPSTR My_strdup ( LPCSTR pszSrc );
  5. BOOL IsKeyword ( LPSTR pszSymbol );
  6. LPSTR BinarySearch_Str ( LPSTR pszKey, const LPSTR aKeyTbl[], UINT cKeys );
  7. #endif // _UTILS_H_