mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
8 lines
72 B
C
8 lines
72 B
C
|
#include "public.h"
|
||
|
|
||
|
int main(int argc, char** argv)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|