src/client/Main.cc File Reference
Main program for FADE client.
More...
#include <cstdio>
#include <cstring>
#include <readline/readline.h>
#include <readline/history.h>
#include "Client.h"
#include "../common/Panic.h"
#include "../common/Common.h"
Functions |
int | process (char *command) |
int | main (int argc, const char *argv[]) |
Detailed Description
Main program for FADE client.
- Author:
- Yang Tang
Function Documentation
int main |
( |
int |
argc, |
|
|
const char * |
argv[] | |
|
) |
| | |
int process |
( |
char * |
command |
) |
|
Process a FADE command
- Parameters:
-
- Returns:
- The result after running the command