9 lines
86 B
C
9 lines
86 B
C
#include <stdlib.h>
|
|
|
|
#include "phogen.h"
|
|
|
|
int main(void)
|
|
{
|
|
return EXIT_SUCCESS;
|
|
}
|