diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-22 06:43:52 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-09-22 06:43:52 +0200 |
| commit | eab295123b6aad26a95ace7e09b513a5371cf133 (patch) | |
| tree | 8798274a422baf9e6672c3f1b506c3ddc0023c90 | |
| parent | 25ba6c4fee2b29d20ff7c2c0b19e4cd3bd67542e (diff) | |
| download | probe-eab295123b6aad26a95ace7e09b513a5371cf133.tar.gz | |
Test: Readme tables to 100% width
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 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. | |
