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.

40 lines
471 B

  1. /*++
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. ulibcl.hxx
  5. Abstract:
  6. This module contains declarations that the clients of
  7. ULIB.DLL require.
  8. Author:
  9. Bill McJohn (billmc) 17-May-1991
  10. Environment:
  11. ULIB Clients, User Mode
  12. --*/
  13. #if ! defined( _ULIBCLIENTDEFN_ )
  14. #define _ULIBCLIENTDEFN_
  15. ULIB_EXPORT
  16. PSTREAM
  17. Get_Standard_Input_Stream();
  18. ULIB_EXPORT
  19. PSTREAM
  20. Get_Standard_Output_Stream();
  21. ULIB_EXPORT
  22. PSTREAM
  23. Get_Standard_Error_Stream();
  24. #endif