Please note that User Registration has been temporarily disabled due to a recent increase in automated registrations. If anyone needs an account, please request one here: RequestAccount. Thanks for your patience!
Bbfile
From Openembedded.org
Revision as of 13:54, 2 July 2008 by 194.44.194.11 (Talk)
- include <stdio.h>
int main (int argc, char** arcv)
{
printf("Hello word!!!\n");
return 0;
}