ARPDAS_QNX6 1.0
Defines | Functions
dtoe.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define edisplay(d, r, c, w, v)

Functions

char * dtoe (double v, int width, char *obuf)

Define Documentation

#define edisplay (   d,
  r,
  c,
  w,
 
)
Value:
{\
  static double sv_ = -1;\
  if (sv_ != v) { sv_ = v; cdisplay(d,r,c,dtoe(v,w,0)); }\
}

Definition at line 8 of file dtoe.h.


Function Documentation

char* dtoe ( double  v,
int  width,
char *  obuf 
)

Definition at line 8 of file dtoe.c.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines