File: tokenize.h

package info (click to toggle)
foot 1.26.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,692 kB
  • sloc: ansic: 41,627; python: 499; sh: 181; makefile: 18
file content (5 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#pragma once

#include <stdbool.h>

bool tokenize_cmdline(const char *cmdline, char ***argv);