📄 stubs.c
字号:
/***
*stubs.c - extdef stubs
*
* Copyright (c) 1989-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This module resolves external references made by the libs
* in the "non-SYSCALL" version (i.e., the stripped down library
* that has only routines that don't make system calls).
*
*******************************************************************************/
#include <cruntime.h>
#include <oscalls.h>
/*
* referenced by crt (output)
*/
int _fltused = 0x9875;
int _ldused = 0x9873;
int __fastflag = 0;
int _iob;
char _osfile[20];
int errno;
void __cdecl fflush( void ){}
void __cdecl fprintf( void ){}
void __cdecl abort( void ){}
void __cdecl read( void ){}
void __cdecl _read( void ){}
void __cdecl _assert( void ) {}
void __cdecl _amsg_exit( void ) {}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -