Revision 5d321afa apps/HelloWorld/helloworld.h
| apps/HelloWorld/helloworld.h | ||
|---|---|---|
| 19 | 19 |
#ifndef HELLOWORLD_H |
| 20 | 20 |
#define HELLOWORLD_H |
| 21 | 21 |
|
| 22 |
//#include <urtware.h> |
|
| 23 |
|
|
| 22 | 24 |
#pragma message "Hello World! (.h)" |
| 23 | 25 |
|
| 26 |
typedef void (*helloFunction)(int); |
|
| 27 |
void hello(int arg); |
|
| 28 |
|
|
| 24 | 29 |
#endif /* HELLOWORLD_H */ |
Also available in: Unified diff