diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-22 06:41:35 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-22 06:41:35 +0200 |
| commit | 25ba6c4fee2b29d20ff7c2c0b19e4cd3bd67542e (patch) | |
| tree | 9d72251051ecdfb08de61a748a0c239a4bb0ff5d /README.md | |
| parent | d727836c3e08e61ba1ca9d09ce2cd2c6f14bdfdf (diff) | |
| download | probe-25ba6c4fee2b29d20ff7c2c0b19e4cd3bd67542e.tar.gz | |
Test: Readme tables to 100% width
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -17,7 +17,7 @@ running it. > comes to checking of errors etc. | | Compiler | What does it do? | -|----------------------------------------|------------|----------------------------------------------------------------| +|:----------------------------------------|:------------|:----------------------------------------------------------------:| | [c-asm](./c-asm) | clang-17 | Calls a function written in ASM from C code. | | [c-embed](./c-embed) | clang-17 | Embedding external resources in compiled binary. | | [c-signals](./c-signals) | clang-17 | Uses SIGUSR1 and SIGUSR2 as IPC mechanism. | @@ -43,6 +43,3 @@ running it. Felicijan](https://mitjafelicijan.com) and is released under the BSD zero-clause license, see the LICENSE file for more information. -<style> - table {width: 100%;} -</style> |
