commit | 7d82c8621bb72035b2e36388d616533dacfc2e43 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Thu Mar 07 23:14:44 2013 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Thu Mar 07 23:14:44 2013 +1000 |
tree | 2a2e8012534e21bdafeb4e8a369f0d1f25195a65 | |
parent | 4f1974496a2c718dfd8f5f5f332d24856dbce4ea [diff] |
Close #15465: Document C API version macros Mostly moving the existing macro docs over from the standard library docs to the C API docs where they belong. Patch by Kushal Das.