Select Git revision
builtin_functions.c
-
Henrik (Grubba) Grubbström authored
Rev: src/builtin_functions.c:1.357 Rev: src/language.yacc:1.242 Rev: src/las.c:1.249 Rev: src/operators.c:1.134 Rev: src/pike_types.c:1.177 Rev: src/pike_types.h:1.71 Rev: src/program.c:1.308
Henrik (Grubba) Grubbström authoredRev: src/builtin_functions.c:1.357 Rev: src/language.yacc:1.242 Rev: src/las.c:1.249 Rev: src/operators.c:1.134 Rev: src/pike_types.c:1.177 Rev: src/pike_types.h:1.71 Rev: src/program.c:1.308
encode.h 462 B
/*\
||| This file a part of Pike, and is copyright by Fredrik Hubinette
||| Pike is distributed as GPL (General Public License)
||| See the files COPYING and DISCLAIMER for more information.
\*/
/*
* $Id: encode.h,v 1.2 1998/03/28 15:31:23 grubba Exp $
*/
#ifndef ENCODE_H
#define ENCODE_H
/* Prototypes begin here */
struct encode_data;
void f_encode_value(INT32 args);
struct decode_data;
void f_decode_value(INT32 args);
/* Prototypes end here */
#endif