aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
blob: f73d2b351c4f22c4ecbfb04aeed8846fb9f6085e (plain) (blame)
1
2
3
4
5
6
7
8
#include <stdlib.h>
struct compile_cmd_t {
  char *cmd;
  char *args;
  char *fileext;
};

size_t get_commands(struct compile_cmd_t ***ccmds_glob);