代码搜索:CATCH
找到约 10,000 项符合「CATCH」的源代码
代码结果 10,000
www.eeworm.com/read/253411/12225158
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/253410/12225310
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/231819/14218633
cpp ex8_6.cpp
/* Code for exercise 8.6.
|
| "C++ Solutions--Companion to The C++ Programming Language, Third Edition"
| by David Vandevoorde; Addison-Wesley 1998; ISBN 0-201-30965-3.
|
| Permission to use, co
www.eeworm.com/read/223875/14615062
pro get_hdf5_objinfo.pro
;--------------------------------------------------------------------------------
function get_hdf5_objinfo, loc_id, groupname
pro_name = 'get_hdf5_objinfo'
;@getinfo1
BAD = 0
CATCH, BAD
if BAD ne
www.eeworm.com/read/117576/14913231
ini armsd.ini
let $vector_catch = 0x00
let $semihosting_enabled = 0x00
|SDT 2.51
|let psr=%IFt_SVC32
|ADW in ADS 1.0
let psr=%IFt_SVC
|break @0x0
www.eeworm.com/read/162614/5517339
c omit-frame-pointer2.c
// Reduced from PR c++/5246, PR c++/2447
// { dg-options "-O -fomit-frame-pointer" }
// { dg-do run }
void step (int)
{
void *sp = __builtin_alloca (0);
}
void f2 (void)
{
step (2);
throw int(
www.eeworm.com/read/159715/5582022
h intr.h
/**
* @file rtems/rtems/intr.h
*/
/*
* This include file contains all the constants and structures associated
* with the Interrupt Manager.
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applicati
www.eeworm.com/read/292919/8325465
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/292919/8325719
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/392544/8337380
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)