#include <stdlib.h>
#include <stdio.h>
#include "unit.h"
#include "ctl/mstime.h"
#include "ctl/dir.h"
#include "ctl/mmap.h"
#include "ctl/ctlstring.h"

Go to the source code of this file.
Functions | |
| int | arg_find (const char *sz, size_t len) |
| Get index of CLI argument. | |
| int | arg_count (void) |
| Get count of arguments passed to main. | |
| const char * | arg_get (int index) |
| Get an argument that was passed to main. | |
Variables | |
| int | error_count = 0 |
Definition in file unit.c.
| int error_count = 0 |
1.5.6