search for: harbison

Displaying 3 results from an estimated 3 matches for "harbison".

Did you mean: garrison
2008 Mar 05
1
R_alloc with structures with "flexible array members"
Dear All, In a package, I want to use some C code where I am using a structure (as the basic element of a linked list) with flexible array members. Basically, this is a structure where the last component is an incomplete array type (e.g., Harbison & Steel, "C, a reference manual, 5th ed.", p. 159) such as: struct Sequence { struct Sequence *next; int len; unsigned int state_count[]; }; To create one such sequence, I allocate storage (following Harbison and Steel) in a C program as follows: struct Sequence *A; int n =...
1999 Feb 21
17
samba question
Joseph P. Harbison wrote: > > i don't know if you can help but i am having the same trouble you > posted... I?ll try, but I?m not a samba-expert too. > i can't browse my linux box...i see the machine but it is not > accessible.... You cannot browse... but you can see? Where can you see the...
1998 Sep 21
15
Unsubscribe
How do i unsubscribe??