diff options
author | Michael Forney <mforney@mforney.org> | 2019-04-18 19:02:29 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-04-18 19:02:46 -0700 |
commit | 914d8eb5d8efcdd32ad1fc51c7824e66fdac7960 (patch) | |
tree | 4a6c11032979fd8bc3b14cd13f6c5d45c51954ab /doc | |
parent | 66ce816cb71cb4e223187e6007596587fc1056ff (diff) |
Fix link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/extensions.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/extensions.md b/doc/extensions.md index 14ec71b..ad7b30d 100644 --- a/doc/extensions.md +++ b/doc/extensions.md @@ -59,4 +59,5 @@ as `E1 ? E1 : E2`, except that `E1` is evaluated only once. [GNU extensions]: https://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html [`__typeof__`]: https://gcc.gnu.org/onlinedocs/gcc/Typeof.html +[`__builtin_offsetof`]: https://gcc.gnu.org/onlinedocs/gcc/Offsetof.html [Statement expressions]: https://gcc.gnu.org/onlinedocs/gcc/Statement-Exprs.html |