This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
foot
Watch
1
Star
0
Fork
You've already forked foot
0
mirror of
https://codeberg.org/dnkl/foot.git
synced
2026-02-05 04:06:08 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
blur
foot
/
tokenize.h
6 lines
94 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
slave: break out command line tokenizer
2019-07-17 09:46:45 +02:00
#
pragma once
#
include
<stdbool.h>
tokenize: strdup() each individual argv Instead of referencing the un-tokenized “raw” command string, strdup() each argv. This way, the input string can be ‘const’.
2021-06-20 14:17:31 +02:00
bool
tokenize_cmdline
(
const
char
*
cmdline
,
char
*
*
*
argv
)
;
Reference in a new issue
Copy permalink