Numworks Epsilon  1.4.1
Graphing Calculator Operating System
table_view.cpp File Reference
#include <escher/table_view.h>
#include <escher/metric.h>
#include <assert.h>

Go to the source code of this file.

Macros

#define MIN(x, y)   ((x)<(y) ? (x) : (y))
 

Macro Definition Documentation

◆ MIN

#define MIN (   x,
 
)    ((x)<(y) ? (x) : (y))

Definition at line 8 of file table_view.cpp.