Re: void datatype
remember.sail@xxxxxxxxx wrote:
is there a facility for void datatypes in c programming?
C has a type whose name is void; it's "an incomplete type which cannot
be completed", which is very important and meaningful if you understand
what the C standard says about complete types, and sounds like gibberish
if you don't. I can describe the properties of that type; but if you're
not aware of that data type, I suspect that those properties are not the
same as what you are asking for.
What does "void datatype" mean to you?
.
Relevant Pages
- Re: sh: line 1: /bin/cp: Argument list too long
... I suspect some wrong with the system. ... all you want about the system, but this is a standard topic to be ... The limitation is on the execve system call. ... with xargs expected input format (unless you post process find ... (comp.unix.admin) - Re: Oh Gawd
... I suspect that mums should have iMacs as standard. ... (uk.rec.sheds) - Re: IBM Netvista P3-933 - Windows setup freezes - pls help
... standard PS. Tried to set up XP Pro - boots off CD, ... power saving (I suspects it goes into sleep mode or something like ... i suspect that yer "standard PS" ... (comp.sys.ibm.pc.hardware.chips) - Re: x == 0 && (x & -1) != 0 for negative zero?
... Hallvard B Furuseth wrote: ... Does the standard say? ... I suspect so, yes. ... (comp.lang.c) - Re: sh: line 1: /bin/cp: Argument list too long
... I suspect some wrong with the system. ... all you want about the system, but this is a standard topic to be ... mentorship stuff. ... This is your chance to learn how to combine find and xargs ... (comp.unix.admin) |
|