mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
5 lines
88 B
C
5 lines
88 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool tokenize_cmdline(char *cmdline, char ***argv);
|