keil c51-
来自「keil C51完全破解版」· 代码 · 共 18 行
TXT
18 行
/*--------------------------------------------------------------------------
ERRNO.H
ANSI standard include file.
Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved.
--------------------------------------------------------------------------*/
#ifndef __ERRNO_H__
#define __ERRNO_H__
#define errno (0)
/* Floating point errors, currently not implemented in libraries */
#define ERANGE 1 /* Value out of range */
#define EDOM 2 /* Floating point domain error */
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?