Update README.md
This commit is contained in:
parent
e0a7768442
commit
0b14a40314
10
README.md
10
README.md
@ -24,17 +24,17 @@ int main()
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
</td></tr>
|
||||||
|
<tr><td>OS</td><td>✅ Windows<br/>✅ Linux<br/>✅ macOS<br/>✅ Android<br/>✅ iOS<br/>✅ FreeBSD<br/>✅ NetBSD<br/>✅ OpenBSD</td></tr>
|
||||||
|
<tr><td>Compiler</td><td>✅ GCC<br/>✅ Clang<br/>✅ MSVC<br/>✅ MinGW</td></tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
#### Best practice for using `ruapu.h` in multiple compilation units
|
#### Best practice for using `ruapu.h` in multiple compilation units
|
||||||
|
|
||||||
1. Create one `ruapu.c` for your project
|
1. Create one `ruapu.c` for your project
|
||||||
2. `ruapu.c` is **ONLY** `#define RUAPU_IMPLEMENTATION` and `#include "ruapu.h"`
|
2. `ruapu.c` is **ONLY** `#define RUAPU_IMPLEMENTATION` and `#include "ruapu.h"`
|
||||||
3. Other sources `#include "ruapu.h"` but **NO** `#define RUAPU_IMPLEMENTATION`
|
3. Other sources `#include "ruapu.h"` but **NO** `#define RUAPU_IMPLEMENTATION`
|
||||||
|
|
||||||
</td></tr>
|
|
||||||
<tr><td>OS</td><td>✅ Windows<br/>✅ Linux<br/>✅ macOS<br/>✅ Android<br/>✅ iOS<br/>✅ FreeBSD<br/>✅ NetBSD<br/>✅ OpenBSD</td></tr>
|
|
||||||
<tr><td>Compiler</td><td>✅ GCC<br/>✅ Clang<br/>✅ MSVC<br/>✅ MinGW</td></tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
## Let's ruapu
|
## Let's ruapu
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
Loading…
Reference in New Issue
Block a user