#include <stdio.h>


Go to the source code of this file.
Classes | |
| struct | stringRouter |
| struct | stringRouterData |
Defines | |
| #define | STRING_ROUTER_DATA 48 |
| #define | StringRouterData(theEnv) ((struct stringRouterData *) GetEnvironmentData(theEnv,STRING_ROUTER_DATA)) |
| #define | LOCALE extern |
Functions | |
| LOCALE void | InitializeStringRouter (void *) |
| LOCALE int | OpenStringSource (void *, char *, char *, size_t) |
| LOCALE int | OpenTextSource (void *, char *, char *, size_t, size_t) |
| LOCALE int | CloseStringSource (void *, char *) |
| LOCALE int | OpenStringDestination (void *, char *, char *, size_t) |
| LOCALE int | CloseStringDestination (void *, char *) |
| #define LOCALE extern |
Definition at line 56 of file strngrtr.h.
| #define STRING_ROUTER_DATA 48 |
Definition at line 30 of file strngrtr.h.
| #define StringRouterData | ( | theEnv | ) | ((struct stringRouterData *) GetEnvironmentData(theEnv,STRING_ROUTER_DATA)) |
Definition at line 47 of file strngrtr.h.
| LOCALE int CloseStringDestination | ( | void * | , | |
| char * | ||||
| ) |
Definition at line 332 of file strngrtr.c.
| LOCALE int CloseStringSource | ( | void * | , | |
| char * | ||||
| ) |
Definition at line 269 of file strngrtr.c.
| LOCALE void InitializeStringRouter | ( | void * | ) |
Definition at line 58 of file strngrtr.c.
| LOCALE int OpenStringDestination | ( | void * | , | |
| char * | , | |||
| char * | , | |||
| size_t | ||||
| ) |
Definition at line 306 of file strngrtr.c.
| LOCALE int OpenStringSource | ( | void * | , | |
| char * | , | |||
| char * | , | |||
| size_t | ||||
| ) |
Definition at line 200 of file strngrtr.c.
| LOCALE int OpenTextSource | ( | void * | , | |
| char * | , | |||
| char * | , | |||
| size_t | , | |||
| size_t | ||||
| ) |
Definition at line 223 of file strngrtr.c.
1.5.6