1
0
Fork 0
forked from len0rd/rockbox

plugin lib/arg_helper parse 'command line' args

add a helper function to allow plugins to parse the parameter string
passed into plugins
support included for bool, char, string and numbers+decimals

Change-Id: I39f35c8bd3c21b83097a538c19f46d362c468fa4
This commit is contained in:
William Wilgus 2021-08-24 07:50:32 -04:00 committed by William Wilgus
parent cab8cea0f0
commit 965572705b
3 changed files with 341 additions and 0 deletions

View file

@ -3,6 +3,7 @@ gcc-support.c
pluginlib_actions.c
helper.c
icon_helper.c
arg_helper.c
md5.c
jhash.c
configfile.c