core-array - general purpose associative Code
lightweight associatives arrays
Brought to you by:
johns
| File | Date | Author | Commit |
|---|---|---|---|
| .gitattributes | 2010-10-02 |
|
[7a6744] Initial version standard files. |
| .gitignore | 2010-10-02 |
|
[7a6744] Initial version standard files. |
| AGPL-3.0.txt | 2010-10-02 |
|
[7a6744] Initial version standard files. |
| Changelog | 2010-10-03 |
|
[b82261] core-array initial version. |
| LICENSE | 2021-09-24 |
|
[1ae422] Add license file for git server. |
| Makefile | 2021-09-23 |
|
[73d5d0] Fixed latest compiler warnings. |
| README.txt | 2010-10-02 |
|
[7a6744] Initial version standard files. |
| core-array.c | 2021-09-24 |
|
[fda806] Only white spaces changed. |
| core-array.doxyfile | 2010-10-02 |
|
[7a6744] Initial version standard files. |
| core-array.h | 2010-10-03 |
|
[b82261] core-array initial version. |
| core-array.mk | 2010-10-03 |
|
[b82261] core-array initial version. |
@file README.txt core general purpose dynamic sparse array Copyright (c) 2009, 2010 by Lutz Sammer. All Rights Reserved. Contributor(s): License: AGPLv3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. $Id$ Type make to create the runtime test application. See core-array.c how to use it in your own project. Lutz Sammer johns98@gmx.net