Große Umstellung. Viel hinzugefügt.
[h316.git] / pc-tools / ldc / hw_helpers.h
1 #ifndef HW_HELPERS_H
2 #define HW_HELPERS_H
3 #include "hw_types.h"
4
5 char *bin2str (unsigned long value, int length);
6 void msg (char *string);
7 void msgf (char *format, ...);
8 void say (char *string);
9 void sayf (char *format, ...);
10 void endwarn (int ret);
11 void err (char *string);
12 void parstrip (char *data, int size);
13 void parset (char *data, int size);
14 void twistbytes (hw16 * start, int count);
15
16 #endif