Skip to content

Commit 0ccf9c3

Browse files
committed
RELEASE STC V5.0!
1 parent 48d1922 commit 0ccf9c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# STC - Smart Template Containers
55

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

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

0 commit comments

Comments
 (0)