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