kviewshell
GOS.cpp File Reference
#include "GException.h"
#include "GThreads.h"
#include "GOS.h"
#include "GURL.h"
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <math.h>
#include <string.h>
Include dependency graph for GOS.cpp:
Go to the source code of this file.
Defines | |
#define | FALSE 0 |
#define | MAXPATHLEN 1024 |
#define | TRUE 1 |
Functions | |
static GNativeString | errmsg () |
static int | finddirsep (const GUTF8String &fname) |
Variables | |
static const char | backslash = '\\' |
static const char | colon = ':' |
static const char | dot = '.' |
static const char | nillchar = 0 |
static const char | percent = '%' |
static const char | slash = '/' |
Define Documentation
Function Documentation
static GNativeString errmsg | ( | ) | [static] |
static int finddirsep | ( | const GUTF8String & | fname | ) | [inline, static] |
Variable Documentation