Retreated uC patch for: GSM->DispatchMessage(MessageLength +/- 2 ,...
[gnokii.git] / gnokii / hello.c
1 #include <stdio.h>
2
3 int main(void)
4 {
5         puts("hello");
6         return 0;
7 }