Wild Life  2.29
 All Data Structures Files Functions Variables Typedefs Macros
Functions
raw.c File Reference

raw i/o More...

Go to the source code of this file.

Functions

void raw_setup_builtins ()
 raw_setup_builtins More...
 

Detailed Description

raw i/o

Definition in file raw.c.

Function Documentation

void raw_setup_builtins ( )

raw_setup_builtins

set up the built-ins for the mode raw

Definition at line 311 of file raw.c.

References bi_module, c_begin_raw(), c_end_raw(), c_get_raw(), c_in_raw(), c_put_raw(), c_reset_window_flag(), c_window_flag(), function_it, new_built_in(), and predicate.

312 {
313 #ifndef NORAW
320  new_built_in(bi_module,"reset_window_flag", predicate, c_reset_window_flag);
321 #endif
322 }
void new_built_in(ptr_module m, char *s, def_type t, long(*r)())
new_built_in
Definition: built_ins.c:5375
#define predicate
Definition: def_const.h:367
#define function_it
Definition: def_const.h:368
long c_end_raw()
long c_in_raw()
long c_reset_window_flag()
long c_put_raw()
long c_get_raw()
ptr_module bi_module
Definition: def_glob.h:160
long c_window_flag()
long c_begin_raw()