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
..
2011-02-12 00:22:29 -05:00
2011-05-08 00:03:00 -04:00
2012-05-22 22:04:55 -04:00
2012-06-15 21:52:53 -04:00
2012-02-07 22:48:58 -05:00
2012-07-23 16:54:53 -04:00
2011-02-12 00:22:29 -05:00
2011-04-13 16:45:43 -04:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2012-06-04 08:03:56 -04:00
2011-11-10 20:40:06 -05:00
2011-11-10 20:40:06 -05:00
2012-05-10 12:10:44 -04:00
2011-02-12 00:22:29 -05:00
2011-06-18 07:39:05 -04:00
2011-10-17 12:23:04 -04:00
2011-09-15 13:03:13 -04:00
2011-02-12 00:22:29 -05:00
2011-09-19 11:56:09 -04:00
2012-06-04 08:03:56 -04:00
2012-09-06 22:44:55 -04:00
2012-08-24 17:01:17 -04:00
2012-06-15 21:52:53 -04:00
2011-11-10 20:40:06 -05:00
2011-07-09 18:06:59 -04:00
2012-09-06 22:44:55 -04:00
2011-02-12 00:22:29 -05:00
2012-09-06 22:44:55 -04:00
2012-06-04 08:03:56 -04:00
2012-09-06 22:44:55 -04:00
2011-02-12 00:22:29 -05:00
2011-11-10 20:40:06 -05:00
2012-09-02 12:46:06 -04:00
2011-11-10 20:40:06 -05:00
2012-06-07 23:06:04 -04:00
2011-04-05 12:13:54 -04:00
2012-06-15 21:52:53 -04:00
2012-09-06 22:44:55 -04:00
2011-11-10 20:40:06 -05:00
2011-09-20 20:02:48 -04:00
2012-06-04 08:03:56 -04:00
2011-02-12 00:22:29 -05:00
2012-06-23 21:38:47 -04:00
2011-02-12 00:22:29 -05:00
2011-09-23 14:24:57 -04:00
2011-11-10 20:40:06 -05:00
2011-02-12 00:22:29 -05:00
2011-02-12 00:22:29 -05:00
2012-05-22 21:52:08 -04:00
2012-08-15 08:31:44 -04:00