Sync docs for new tp_magic_example.c

This commit is contained in:
Bill Kendrick 2023-04-13 21:13:07 -07:00
parent 9dedb13e61
commit 7d68f38dc7
21 changed files with 756 additions and 161 deletions

View file

@ -102,7 +102,7 @@
</p>
<p>
Abril 9, 2023 </p>
Abril 13, 2023 </p>
</center>
</header>
@ -781,7 +781,7 @@
As a stand-alone command, using the GNU C Compiler and BASH shell, for example:
<blockquote>
<p><code>
$ gcc -shared `tp-magic-config --cflags` my_plugin.c -o my_plugin.so
$ gcc -shared -fpic `tp-magic-config --cflags` my_plugin.c -o my_plugin.so
</code></p>
</blockquote>
</p>