#include "memusage.h"#include "converse.h"#include "common.h"#include "BackEnd.h"#include "InfoStream.h"#include "Broadcasts.h"#include "NamdState.h"#include "Node.h"#include <unistd.h>#include <sys/stat.h>#include "ConfigList.h"#include "ScriptTcl.h"Go to the source code of this file.
Defines | |
| #define | CHDIR chdir |
| #define | GETCWD getcwd |
| #define | PATHSEP '/' |
| #define | PATHSEPSTR "/" |
Functions | |
| void | after_backend_init (int argc, char **argv) |
| int | main (int argc, char **argv) |
|
|
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved. Definition at line 24 of file mainfunc.C. |
|
|
Definition at line 25 of file mainfunc.C. |
|
|
Definition at line 26 of file mainfunc.C. |
|
|
Definition at line 27 of file mainfunc.C. Referenced by after_backend_init(). |
|
||||||||||||
|
Referenced by main(), and slave_init(). |
|
||||||||||||
|
Definition at line 36 of file mainfunc.C. References after_backend_init(), and BackEnd::init(). 00036 {
00037 BackEnd::init(argc,argv);
00038 after_backend_init(argc, argv);
00039 return 0;
00040 }
|
1.3.9.1