add macOS

This commit is contained in:
Evan Burkey 2023-12-28 12:35:00 -08:00
parent 474232271c
commit 1030b6e50e
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# macOS # macOS
Platform-specific code for macOS. Everything in this library, including the headers, is wrapped in the following Platform-specific code for macOS. Everything in this module, including the headers, is wrapped in the following
preprocessor macro preprocessor macro
```c ```c

View File

@ -10,6 +10,7 @@ nav:
- 'Input': 'input.md' - 'Input': 'input.md'
- 'Linked List': 'linkedlist.md' - 'Linked List': 'linkedlist.md'
- 'Math': 'math.md' - 'Math': 'math.md'
- 'macOS': 'macos.md'
- 'Set': 'set.md' - 'Set': 'set.md'
- 'Stack': 'stack.md' - 'Stack': 'stack.md'
- 'String': 'string.md' - 'String': 'string.md'