17 lines
159 B
C
17 lines
159 B
C
|
/*
|
||
|
* microcast.c
|
||
|
*/
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
|
||
|
#include <shout/shout.h>
|
||
|
|
||
|
int main(int argc, char *argv[])
|
||
|
{
|
||
|
|
||
|
|
||
|
return 1;
|
||
|
}
|