src/clipsrules/core/iofun.c File Reference
#include "setup.h"
#include <locale.h>
#include <stdlib.h>
#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include "envrnmnt.h"
#include "router.h"
#include "strngrtr.h"
#include "filertr.h"
#include "argacces.h"
#include "extnfunc.h"
#include "scanner.h"
#include "constant.h"
#include "memalloc.h"
#include "commline.h"
#include "sysdep.h"
#include "utility.h"
#include "iofun.h"
Go to the source code of this file.
Define Documentation
| #define IO_FUNCTION_DATA 64 |
Function Documentation
| globle int CloseFunction |
( |
void * |
theEnv |
) |
|
| globle void* FormatFunction |
( |
void * |
theEnv |
) |
|
| globle int GetCharFunction |
( |
void * |
theEnv |
) |
|
| globle void IOFunctionDefinitions |
( |
void * |
theEnv |
) |
|
| globle int OpenFunction |
( |
void * |
theEnv |
) |
|
| globle void PrintoutFunction |
( |
void * |
theEnv |
) |
|
| globle void PutCharFunction |
( |
void * |
theEnv |
) |
|
| globle void ReadlineFunction |
( |
void * |
theEnv, |
|
|
DATA_OBJECT_PTR |
returnValue | |
|
) |
| | |
| globle void ReadNumberFunction |
( |
void * |
theEnv, |
|
|
DATA_OBJECT_PTR |
returnValue | |
|
) |
| | |
| globle int RemoveFunction |
( |
void * |
theEnv |
) |
|
| globle int RenameFunction |
( |
void * |
theEnv |
) |
|
| globle intBool SetFullCRLF |
( |
void * |
theEnv, |
|
|
intBool |
value | |
|
) |
| | |
| globle void SetLocaleFunction |
( |
void * |
theEnv, |
|
|
DATA_OBJECT_PTR |
returnValue | |
|
) |
| | |