1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 00:15:59 +01:00

Update README.md

This commit is contained in:
James Fraser
2019-03-02 16:01:24 +11:00
committed by GitHub
parent f9c08aec81
commit ab47e7fc5b

View File

@@ -19,7 +19,7 @@
- [Variadic Functions](#variadic-functions)
- [Common Questions](#common-questions)
- [Specifying GCC Function Attributes](#specifying-gcc-function-attributes)
- [Find Out More...](#find-out-more)
- [Find Out More](#find-out-more)
- [Benefits](#benefits)
- [Under the Hood](#under-the-hood)
- [Cheat Sheet](#cheat-sheet)
@@ -615,7 +615,7 @@ You can mark all fakes with the weak attribute like so:
See the example project that demonstrates the above approach: _./examples/weak_linking_.
## Find Out More...
## Find Out More
Look under the examples directory for full length examples in both C and C++.
There is also a test suite for the framework under the test directory.