#include <frontEndThread.h>
Public Attributes | |
| int | argc |
| Number of arguments. More... | |
| char** | argv |
| pointer-pointer to arguments. More... | |
Definition at line 5 of file frontEndThread.h.
00005 {
00006 int argc;
00007 char** argv;
00008 }
|
|
1.1.2 written by Dimitri van Heesch,
© 1997-2000