c-template
|
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <argtable3.h>
#include "../include/utils/colors.h"
#include "../include/utils/command_line.h"
#include "../include/utils/safe_mem.h"
#include "../include/utils/logger.h"
Go to the source code of this file.
Macros | |
#define | COMMAND_VERSION_STRING "0.0.1" |
Functions | |
command_handler * | new_help_command (command_object *self) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
command_handler* new_help_command | ( | command_object * | self | ) |