Is there any way to catch SIGKILL ??
Kvimol
___
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list
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
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--
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--
___
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).
>
>
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