RE: exit
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: exit
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2000年8月28日 11:23:03 -0300 (EST)
>We had the same problem with our embedded app. I reworked the
>alert a little and removed the exit call, replacing it with a
>flag i check in a few key places to force the execution thread to
>unwind and exit from my initial dobuffer call.
I must be missing something, but why do you need to change the C code at all?
Simply redefining _ALERT to be a (even C) function would do, wouldn't it?
--lhf