sfnotify.c

来自「su 的源代码库」· C语言 代码 · 共 21 行

C
21
字号
/* Copyright (c) Colorado School of Mines, 2006.*//* All rights reserved.                       */#include	"sfhdr.h"/*	Set the function to be called when a stream is opened or closed****	Written by Kiem-Phong Vo.*/#if __STD_Cint sfnotify(void (*notify)(Sfio_t*, int, int))#elseint sfnotify(notify)void	(*notify)();#endif{	_Sfnotify = notify;	return 0;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?