Hi,
Does linux support Posix Message Q's. Iam reffering
richard stevens V2 for IPC.. The book said to include
, which i was not able to find. Iam using
Linux 2.2.
Thanks,
Rajesh balan
__
Do You Yahoo!?
Yahoo! Photos - Share your holiday p
hi,
why does this program works. when executed, it doesnt
give a segmentation fault. when the program requests
memory, is a standard chunk is allocated irrespective
of the what the user specifies. please explain.
main()
{
char *s;
s = (char*)malloc(0);
strcpy(s,"f");
printf("%s\n
Hi,
Iam interested in learning linux kernel. Can anyone
suggest a really good book for kernel internals (im
not bothered abt the price). i 've a book named
"linux kernel internals". i want something more to
follow the code completely.
t
3 matches
Mail list logo