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
332 B

  1. /*++
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. stubs.c
  5. Abstract:
  6. This module contains stubs for routines that posix crts are lacking.
  7. Author:
  8. Ellen Aycock-Wright (ellena) 04-Jan-1990
  9. Environment:
  10. User Mode only
  11. Revision History:
  12. --*/
  13. #include <nt.h>
  14. void
  15. _chkstk()
  16. {
  17. }
  18. void
  19. _fptrap()
  20. {
  21. }