Mercurial > MadButterfly
comparison examples/calculator/main.c @ 108:565b55508c8d
More dox
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 12 Sep 2008 13:58:30 +0800 |
parents | 57f8fecca8f3 |
children | 17e97e92b76e |
comparison
equal
deleted
inserted
replaced
107:069868161f63 | 108:565b55508c8d |
---|---|
1 #include <stdio.h> | 1 #include <stdio.h> |
2 #include <mb_types.h> | 2 #include <mb/mb.h> |
3 #include <X_supp.h> | |
4 #include <shapes.h> | |
5 #include <tools.h> | |
6 #include "calculator_scr.h" | 3 #include "calculator_scr.h" |
7 | 4 |
8 typedef struct _calc_data calc_data_t; | 5 typedef struct _calc_data calc_data_t; |
9 struct _calc_data { | 6 struct _calc_data { |
10 X_MB_runtime_t *rt; | 7 X_MB_runtime_t *rt; |