Files
Arquivotheca.SunOS-4.1.4/usr.lib/libsunwindow/notify/nint_i_except.c
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

27 lines
515 B
C

#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)nint_i_except.c 1.1 94/10/31 Copyr 1985 Sun Micro";
#endif
#endif
/*
* Copyright (c) 1985 by Sun Microsystems, Inc.
*/
/*
* Nint_i_except.c - Implement the notify_interpose_exception_func interface.
*/
#include <sunwindow/ntfy.h>
#include <sunwindow/nint.h>
extern Notify_error
notify_interpose_exception_func(nclient, func, fd)
Notify_client nclient;
Notify_func func;
int fd;
{
return(nint_interpose_fd_func(nclient, func, NTFY_EXCEPTION, fd));
}