代码搜索:CATCH
找到约 10,000 项符合「CATCH」的源代码
代码结果 10,000
www.eeworm.com/read/364932/9887464
21 fig18.21
#include "apue.h"
static void
sig_catch(int signo)
{
printf("signal caught\n");
tty_reset(STDIN_FILENO);
exit(0);
}
int
main(void)
{
int i;
char c;
if (signal(SIGINT, sig_catch) == SIG_ERR)
www.eeworm.com/read/364932/9887619
c t_raw.c
#include "apue.h"
static void
sig_catch(int signo)
{
printf("signal caught\n");
tty_reset(STDIN_FILENO);
exit(0);
}
int
main(void)
{
int i;
char c;
if (signal(SIGINT, sig_catch) == SIG_ERR)
www.eeworm.com/read/425247/10367936
cpp ryxxcxdlg.cpp
// RyxxcxDlg.cpp : implementation file
//
#include "stdafx.h"
#include "GG.h"
#include "RyxxcxDlg.h"
#include "adoconn.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char
www.eeworm.com/read/273822/10900143
cpp sigint.cpp
#ifndef WINDOWS
#include
#include
#include "btcontent.h"
#include "peerlist.h"
#include "btconfig.h"
void sigint_catch(int sig_no)
{
if(SIGINT == sig_no){
if( cfg_cac
www.eeworm.com/read/289562/7805938
21 fig18.21
#include "apue.h"
static void
sig_catch(int signo)
{
printf("signal caught\n");
tty_reset(STDIN_FILENO);
exit(0);
}
int
main(void)
{
int i;
char c;
if (signal(SIGINT, sig_catch) == SIG_ERR)
www.eeworm.com/read/289562/7806034
c t_raw.c
#include "apue.h"
static void
sig_catch(int signo)
{
printf("signal caught\n");
tty_reset(STDIN_FILENO);
exit(0);
}
int
main(void)
{
int i;
char c;
if (signal(SIGINT, sig_catch) == SIG_ERR)
www.eeworm.com/read/198616/7923960
21 fig18.21
#include "apue.h"
static void
sig_catch(int signo)
{
printf("signal caught\n");
tty_reset(STDIN_FILENO);
exit(0);
}
int
main(void)
{
int i;
char c;
if (signal(SIGINT, sig_catch) == SIG_ERR)
www.eeworm.com/read/198616/7924123
c t_raw.c
#include "apue.h"
static void
sig_catch(int signo)
{
printf("signal caught\n");
tty_reset(STDIN_FILENO);
exit(0);
}
int
main(void)
{
int i;
char c;
if (signal(SIGINT, sig_catch) == SIG_ERR)
www.eeworm.com/read/197995/7957353
cpp ado.cpp
// ado.cpp : implementation file
//
#include "stdafx.h"
#include "ado.h"
#include
/////////////////////////////////////////////////////////////////////////////
// CADODatabase class
www.eeworm.com/read/246126/12754753
c cc1.c
// Micky2.36, use UTL_GetSysTimer() instead of __dwCountSystem
// ** TCH1.24a; Move Some APIs to this files. It's a extenstion of CC Module
#ifndef SYSTEM_8051
//ccc
BOOL CC_Initial ()
{