Mercurial > MadButterfly
comparison examples/calculator/main.c @ 186:530bb7728546 include_mb_test
Move header files to $(top_srcdir)/include/ and prefixed with 'mb_'.
This is the solution that I dicussed with FourDollars, last night.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 05 Nov 2008 15:24:01 +0800 |
parents | 3a4d6179e6a9 |
children | 54fdc2a65242 |
comparison
equal
deleted
inserted
replaced
185:c7e5b8779bb5 | 186:530bb7728546 |
---|---|
1 #include <stdio.h> | 1 #include <stdio.h> |
2 #include <mb/mb.h> | 2 #include <mb.h> |
3 #include "calculator_scr.h" | 3 #include "calculator_scr.h" |
4 | 4 |
5 typedef struct _calc_data calc_data_t; | 5 typedef struct _calc_data calc_data_t; |
6 struct _calc_data { | 6 struct _calc_data { |
7 X_MB_runtime_t *rt; | 7 X_MB_runtime_t *rt; |