mirror of
https://github.com/eddyem/snippets_library.git
synced 2026-03-20 00:30:56 +03:00
some useful fixes
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
Wed Sep 10 14:19:24 MSK 2025
|
||||
(still version 0.3.3: I forgot to add changelog last commits)
|
||||
- fixed minor bugs and memory leaks
|
||||
- use common way for parsing commandline arguments and content of configuration files, so now you can use arrays in configurations (several parameters with same name)
|
||||
- add functions:
|
||||
- - int sl_remove_quotes(char *string) - remove outern quotes (" and '), return amount of pairs found
|
||||
- - void sl_conf_showhelp(int idx, sl_option_t *options) - show help for config file parameters (only long options, without '--' and without exit(1) at the end of function)
|
||||
- - void sl_parseargs_hf(int *argc, char ***argv, sl_option_t *options, void (*helpfun)(int, sl_option_t*)) - now this funtion available for external using, parsing of arguments with user help function
|
||||
|
||||
Dec 16 2024
|
||||
|
||||
VERSION 0.2.1:
|
||||
|
||||
Reference in New Issue
Block a user