Skip to content

Commit

Permalink
RELEASE STC V5.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
tylov committed Jan 12, 2025
1 parent 48d1922 commit 0ccf9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# STC - Smart Template Containers

## Pre-release 5.0
## Release 5.0
STC is a comprehensive, modern, typesafe and fast templated general purpose container and algorithms
library for C99. It aims to make C-programming even more fun, more productive and safer.

Expand Down Expand Up @@ -143,7 +143,7 @@ used container type instances (more than 2-3 TUs), consider creating a separate
#endif
```
So anyone may use the shared vec-type. Implement the shared functions in one C file (if several containers are shared,
you may define STC_IMPLEMENT on top of the file once instead).
you may define STC_IMPLEMENT on top of the file once instead):
```c++
// shared.c
#define i_implement // implement the shared intvec.
Expand Down

0 comments on commit 0ccf9c3

Please sign in to comment.