Added support.h
This commit is contained in:
parent
d715d42914
commit
bbaaa898c2
12
xlhtml/support.h
Normal file
12
xlhtml/support.h
Normal file
@ -0,0 +1,12 @@
|
||||
#include "../cole/cole.h"
|
||||
|
||||
void display_usage(void);
|
||||
void NumToDate(long num, int *year, int *month, int *day);
|
||||
U16 getShort(U8 *ptr);
|
||||
void getDouble(U8 *ptr, F64 *d);
|
||||
int null_string(U8 *str);
|
||||
void print_version(void);
|
||||
void do_cr(void);
|
||||
void FracToTime(U8 *cnum, int *hr, int *minut, int *sec, int *msec);
|
||||
S32 getLong(U8 *ptr);
|
||||
void RKtoDouble(S32 n, F64 *d);
|
Loading…
Reference in New Issue
Block a user