Subversion Repositories freemyipod

Rev

Rev 881 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
881 theseven 1
#include "global.h"
2
#include "app/main.h"
3
#include "sys/util.h"
4
#include "sys/time.h"
5
 
6
void init()
7
{
8
    main();
9
}
946 theseven 10