|
|
@ -1,9 +1,7 @@ |
|
|
#ifndef MAIN |
|
|
#ifndef MAIN |
|
|
|
|
|
#ifndef A_BUILD_MAIN_AS_STATIC_LIB |
|
|
#include <stdio.h> |
|
|
#include <stdio.h> |
|
|
#include "common.h" |
|
|
#include "common.h" |
|
|
|
|
|
|
|
|
#ifndef A_BUILD_MAIN_AS_STATIC_LIB |
|
|
|
|
|
int main(int argc, const char *argv[]) |
|
|
int main(int argc, const char *argv[]) |
|
|
{ |
|
|
{ |
|
|
RD_INIT(); |
|
|
RD_INIT(); |
|
|
@ -12,5 +10,4 @@ int main(int argc, const char *argv[]) |
|
|
return 0; |
|
|
return 0; |
|
|
} |
|
|
} |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#endif |
|
|
#endif |
|
|
|