mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
slave: break out command line tokenizer
This commit is contained in:
parent
71d0f6fa56
commit
2046dc0fbd
4 changed files with 94 additions and 79 deletions
5
tokenize.h
Normal file
5
tokenize.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
bool tokenize_cmdline(char *cmdline, char ***argv);
|
||||
Loading…
Add table
Add a link
Reference in a new issue