DragonFly On-Line Manual Pages

Search: Section:  


EZ_InstallSymbolicFloat()                            EZ_InstallSymbolicFloat()

NAME

EZ_InstallSymbolicFloat, EZ_RetrieveSymbolicFloat - install/retrieve a symbolic constant to/from the resource database

SYNOPSIS

#include <EZ.h> int EZ_InstallSymbolicFloat(char *name, float value) int EZ_RetrieveSymbolicFloat(char *name, float *value_ret)

ARGUMENTS

name Specifies a name. value Specifies an integer. value_ret Specifies the return for value.

DESCRIPTION

These routines are convenient interface to EZ_InstallSymbol(3). It returns -1 if the symbol name is not found or is associated to some other data type.

SEE ALSO

EZ_InstallSymbolicULong(3), EZ_InstallSymbolicPointer(3) EZWGL Functions EZWGL EZ_InstallSymbolicFloat()

Search: Section: