[go: up one dir, main page]

File: tokenize.h

package info (click to toggle)
foot 1.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,492 kB
  • sloc: ansic: 21,242; python: 170; sh: 26; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#pragma once

#include <stdbool.h>

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