#include "nsXULAppAPI.h"
#include <stdio.h>
#include <stdarg.h>
#include "plstr.h"
#include "prprf.h"
#include "prenv.h"
#include "nsCOMPtr.h"
#include "nsILocalFile.h"
#include "nsStringGlue.h"
Go to the source code of this file.
|
static void | Output (const char *fmt,...) |
|
static PRBool | IsArg (const char *arg, const char *s) |
|
int | main (int argc, char *argv[]) |
|
static PRBool IsArg |
( |
const char * |
arg, |
|
|
const char * |
s |
|
) |
| |
|
static |
Return true if |arg| matches the given argument name.
Definition at line 82 of file nsBrowserApp.cpp.
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
static void Output |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
|
static |