How to catch SIGKILL ??

2002-03-20 Thread Vimol
Is there any way to catch SIGKILL ?? Kvimol ___ Redhat-devel-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-devel-list

HOW TO CREATE STATIC LIBRARY??

2002-03-15 Thread Vimol
I am trying to create static library using GCC. I could not find the option to do this. HOW TO CREATE STATIC LIBRARY?? Kvimol ___ Redhat-devel-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Why no core dump???????????

2002-03-05 Thread Vimol
The C program here is giving out "Hello world" while running in Rethat Linux 7.2 . It is compiled with ''gcc". WHY NO CORE DUMP??? I have malloc only one byte. Please explain me. Kvimol #include #include void my_strcat(char *dest, const char *src) { while( *dest++ ); dest--

FIND SIZE OF MEMORY ALLOCATE???

2002-02-25 Thread Vimol
How to find out the size of memory allocated to a pointer??? Example: int MyFunc(char *str) { int sizemem; // Here how to find out the size of str memory ?? sizemem = _/// One function to find out the size of str memory . } --Kvim-- ___

how to pass flag at boot to leave PSN????

2002-02-14 Thread Vimol
I will write the ASM code to read PSN. Now, how to pass flag at boot to leave PSN Kvim On Thursday 14 February 2002 22:56, you wrote: > Vimol wrote: > > Can any one tell me , how to identify the Process ID using "C"??? > > process or processor (aka CPU). > >

HOW DO PROCESSRO ID????

2002-02-14 Thread Vimol
Can any one tell me , how to identify the Process ID using "C"??? Kvim. ___ Redhat-devel-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-devel-list