15 lines
270 B
C
15 lines
270 B
C
|
|
#include "keymacros.h"
|
|
|
|
#include <math.h>
|
|
#define HP16C 1
|
|
|
|
#ifdef HP16C
|
|
#define MODEL "16c"
|
|
#define APPNAME "HP-16C"
|
|
#define CFGPATH "~/Library/net.ihatewaiting.iphone.hpcalc/16c"
|
|
#define ABOUTURL "http://ihatewaiting.net/hp16c.html"
|
|
#include "version-16c.h"
|
|
#endif
|
|
|