2025-04-27 07:49:33 -04:00

37 lines
368 B
C

/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
stubs.c
Abstract:
This module contains stubs for routines that posix crts are lacking.
Author:
Ellen Aycock-Wright (ellena) 04-Jan-1990
Environment:
User Mode only
Revision History:
--*/
#include <nt.h>
void
_chkstk()
{
}
void
_fptrap()
{
}