Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
madmann91 authored Apr 8, 2024
1 parent 3b4c6f9 commit 8dd2922
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ algorithms and data structures:
- Simple IO routines,
- Bit manipulation routines

This library is not intended to be used for public APIs, as there is no attempt at using namespaces
to protect from name collisions.
> [!IMPORTANT]
> This library is not intended to be used for public APIs, as there is no attempt at using namespaces
> to protect from name collisions. It also uses less portable constructs such as `#pragma once` and
> requires C23 for function and variable attributes.
## Building

Expand Down

0 comments on commit 8dd2922

Please sign in to comment.