#include "BlockMgmt.h"#include <stdint.h>#include <getopt.h>#include <string.h>#include <stdlib.h>
Go to the source code of this file.
Data Structures | |
| struct | args |
Functions | |
| void | dump_strings (Array< String > strings) |
| void | usage (String name) |
| void | process_args (int argc, char *argv[], struct args *cmdline_args) |
| int | main (int argc, char *argv[]) |
| void dump_strings | ( | Array< String > | strings | ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| void process_args | ( | int | argc, | |
| char * | argv[], | |||
| struct args * | cmdline_args | |||
| ) |
Definition at line 70 of file smiscli.cpp.


| void usage | ( | String | name | ) |
Definition at line 37 of file smiscli.cpp.
1.6.1