File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11BSD 3-Clause License
22
3- Copyright (c) 2017-2024 , SMFSW
3+ Copyright (c) 2017-2025 , SMFSW
44All rights reserved.
55
66Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1- # cQueue [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/smfsw/cqueue/badge )] ( https://www.codefactor.io/repository/github/smfsw/cqueue )
1+ # cQueue
2+
3+ [ ![ author] ( https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/SMFSW/a9a2b2a02fda1b33461d53ddfe69d649/raw/auth_SMFSW.json )] ( https://github.com/SMFSW )
4+ ![ badge] ( https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/SMFSW/a9a2b2a02fda1b33461d53ddfe69d649/raw/cQueue_status_badge.json )
5+ [ ![ license] ( https://img.shields.io/badge/License-BSD3-darkred.svg )] ( LICENSE )
6+ [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/smfsw/cqueue/badge )] ( https://www.codefactor.io/repository/github/smfsw/cqueue )
7+
8+ ![ platform] ( https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/SMFSW/a9a2b2a02fda1b33461d53ddfe69d649/raw/ANY_platform.json )
29
310Queue handling library (written in plain c)
411
Original file line number Diff line number Diff line change 11cQueue: Queue handling library (written in plain c)
2- 2017-2024 SMFSW
2+ 2017-2025 SMFSW
33
44Feel free to share your thoughts @ xgarmanboziax@gmail.com about:
55 - issues encountered
Original file line number Diff line number Diff line change 11/*!\file cQueue.c
22** \author SMFSW
3- ** \copyright BSD 3-Clause License (c) 2017-2024 , SMFSW
3+ ** \copyright BSD 3-Clause License (c) 2017-2025 , SMFSW
44** \brief Queue handling library (written in plain c)
55** \details Queue handling library (written in plain c)
66**/
Original file line number Diff line number Diff line change 11/*!\file cQueue.h
22** \author SMFSW
3- ** \copyright BSD 3-Clause License (c) 2017-2024 , SMFSW
3+ ** \copyright BSD 3-Clause License (c) 2017-2025 , SMFSW
44** \brief Queue handling library (written in plain c)
55** \details Queue handling library (written in plain c)
66**/
You can’t perform that action at this time.
0 commit comments