Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • feature/bigInt
  • v1.5.2
  • v1.5.0
4 results

cmd_table.h

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    cmd_table.h 113 B
    #pragma once
    #include <stdbool.h>
    
    int cmd_table_check(char *input);
    bool cmd_table_exec(char *input, int code);