|
Message-ID: <20140828205510.GA27258@port70.net> Date: Thu, 28 Aug 2014 22:55:12 +0200 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: Re: C threads, v. 6.2 * Rich Felker <dalias@...c.org> [2014-08-28 16:00:29 -0400]: > I was asking whether the use of static to mean "pointer to at least > this many elements" used for an argument in a function type resulted > in a distinct function type from the same without static. no the type is not different, there is an example in the standard: http://port70.net/~nsz/c/c11/n1570.html#6.7.6.3p21 the semantics is defined in http://port70.net/~nsz/c/c11/n1570.html#6.7.6.3p7
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.