Rich Felker
400c5e5c83
use restrict everywhere it's required by c99 and/or posix 2008
...
to deal with the fact that the public headers may be used with pre-c99
compilers, __restrict is used in place of restrict, and defined
appropriately for any supported compiler. we also avoid the form
[restrict] since older versions of gcc rejected it due to a bug in the
original c99 standard, and instead use the form *restrict.
2012-09-06 22:44:55 -04:00
..
2012-03-01 23:43:31 -05:00
2012-01-18 23:28:48 -05:00
2012-08-29 12:56:12 -04:00
2012-08-29 12:56:12 -04:00
2012-08-29 12:41:29 -04:00
2012-08-30 08:27:08 -04:00
2012-08-29 12:44:27 -04:00
2012-08-29 12:41:29 -04:00
2011-02-16 09:30:56 -05:00
2011-02-12 00:22:29 -05:00
2012-08-23 14:38:34 -04:00
2011-07-22 00:25:56 -04:00
2011-02-12 00:22:29 -05:00
2012-01-24 19:50:44 -05:00
2012-02-17 23:56:28 -05:00
2011-02-12 00:22:29 -05:00
2011-04-13 09:39:47 -04:00
2011-02-12 00:22:29 -05:00
2011-03-20 00:16:43 -04:00
2012-04-22 10:37:19 -04:00
2012-04-22 10:37:19 -04:00
2012-01-20 22:30:52 -05:00
2011-03-20 00:16:43 -04:00
2011-02-12 00:22:29 -05:00
2012-08-02 14:32:17 -04:00
2011-03-20 00:16:43 -04:00
2012-05-06 09:03:19 -04:00
2011-02-12 00:22:29 -05:00
2012-01-24 19:50:44 -05:00
2011-04-18 21:17:03 -04:00
2011-07-22 00:23:36 -04:00
2012-01-20 22:10:47 -05:00
2012-02-23 13:08:47 -05:00
2012-06-20 15:11:27 -04:00
2012-06-20 15:11:27 -04:00
2012-09-06 22:44:55 -04:00
2011-03-20 00:16:43 -04:00
2012-01-20 22:30:52 -05:00
2012-04-24 16:32:23 -04:00
2011-09-13 09:53:41 -04:00
2011-03-20 00:16:43 -04:00
2012-09-06 22:44:55 -04:00