Last change
on this file since 228 was 219, checked in by ansari, 26 years ago |
Creation module DPC/SysTools Reza 09/04/99
|
File size:
316 bytes
|
Rev | Line | |
---|
[219] | 1 | // This may look like C code, but it is really -*- C++ -*-
|
---|
| 2 | // Pour la gestion des signaux a travers des exceptions
|
---|
| 3 |
|
---|
| 4 | #ifndef PSIGHANDLE_SEEN
|
---|
| 5 | #define PSIGHANDLE_SEEN
|
---|
| 6 |
|
---|
| 7 | #include "defs.h"
|
---|
| 8 | void PeidaConfigureSignalhandling(bool cfpe=false, bool csegv=false, bool cquit=false, bool cusr1=false, bool cusr2=false);
|
---|
| 9 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.