diff options
author | 2022-11-30 23:11:18 +0100 | |
---|---|---|
committer | 2022-11-30 23:11:18 +0100 | |
commit | 45c9460ed8a854a85bc38f38137396516f409c62 (patch) | |
tree | 3d4e3d27a3e72a2eba0c2b435ebc90b3c7d5b709 /src/list.c | |
parent | 65b23b52739d1b16ce07ff038a4b2376c358b13e (diff) | |
download | utils-45c9460ed8a854a85bc38f38137396516f409c62.tar.gz utils-45c9460ed8a854a85bc38f38137396516f409c62.zip |
Add versionv0.0.0
Diffstat (limited to 'src/list.c')
-rw-r--r-- | src/list.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -102,3 +102,9 @@ list_item_t *clist_iterator_next(iterator_t *iterator) return current; } + +char * +clist_version(void) +{ + return VERSION; +} |