Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.c    |    Meh, in C you gotta define EVERYTHING    |    243,242 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 242,841 of 243,242    |
|    James Kuyper to Michael Sanders    |
|    Re: function pointer question    |
|    06 Jan 26 12:09:58    |
      From: jameskuyper@alumni.caltech.edu              On 2026-01-06 11:49, Michael Sanders wrote:       ...       > Shoot, its just that I lack at the moment the C-specific vocabulary to       > describe what I'm wondering about James. Frustrating trust me =) ...              Believe me, I understand. A large part of the messages I post in this       forum are devoted to explaining to people the correct terminology, and       trying to convince them to use it, in order to avoid confusion. Some       people are very resistant to avoiding confusion - they seem to like it.              > ... Mainly       > its that void seems to be used across multiple contexts (in differing ways).              Summarizing what I wrote before, there's exactly three unrelated ways       void is used:              void foo(int); // Declares that foo does not return any value.       int bar(void); // Declares that bar does not take any arguments              void *foobar;       // Declares that foobar points at an object of unspecified type.              --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca