• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1single string: ' --aaa --bbb --ccc --bla="bla" --this_is="fdsafdas" --5555="55555" --test="with lots of spaces"'
2popt array: size=7
3'--aaa'
4'--bbb'
5'--ccc'
6'--bla=bla'
7'--this_is=fdsafdas'
8'--5555=55555'
9'--test=with lots of spaces'
10
11