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.

36 lines
427 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. Environment:
  9. ULIB Clients, User Mode
  10. --*/
  11. #if ! defined( _ULIBCLIENTDEFN_ )
  12. #define _ULIBCLIENTDEFN_
  13. ULIB_EXPORT
  14. PSTREAM
  15. Get_Standard_Input_Stream();
  16. ULIB_EXPORT
  17. PSTREAM
  18. Get_Standard_Output_Stream();
  19. ULIB_EXPORT
  20. PSTREAM
  21. Get_Standard_Error_Stream();
  22. #endif