Subversion Repositories freemyipod

Rev

Go to most recent revision | Details | 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
}