fakcu.c
来自「操作系统SunOS 4.1.3版本的源码」· C语言 代码 · 共 17 行
C
17 行
#ifndef lintstatic char sccsid[] = "@(#)fakcu.c 1.1 92/07/30 SMI"; /* from S5R2 1.1 */#endif/*LINTLIBRARY*//* * This is a dummy _cleanup routine to place at the end * of the C library in case no other definition is found. * If the standard I/O routines are used, they supply a * real "_cleanup" routine in file flsbuf.c */void_cleanup(){}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?