forked from entailz/toes
tabs and tab overview
This commit is contained in:
commit
d07c2a5cc9
244 changed files with 72046 additions and 0 deletions
5
tokenize.h
Normal file
5
tokenize.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
bool tokenize_cmdline(const char *cmdline, char ***argv);
|
||||
Loading…
Add table
Add a link
Reference in a new issue