Added disclamer about OS specific code

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-09-18 23:13:53 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-09-18 23:13:53 +0200
Commit 2e2da1fd114edb932954a108ddb6f7359dbb868a (patch)
-rw-r--r-- README.md 4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
...
12
  
12
  
13
> [!IMPORTANT]  
13
> [!IMPORTANT]  
14
> Some of the examples are specific to certain operating systems and
14
> Some of the examples are specific to certain operating systems and
15
> they will not work everywhere. Take this into account.
15
> they will not work everywhere. Take this into account. This code is
  
16
> also written in the most explicit way and lacks massively when it
  
17
> comes to checking of errors etc.
16
  
18
  
17
| Example                          | Compiler   | What does it do?                                               |
19
| Example                          | Compiler   | What does it do?                                               |
18
|----------------------------------|------------|----------------------------------------------------------------|
20
|----------------------------------|------------|----------------------------------------------------------------|
...