13 lines
109 B
C
13 lines
109 B
C
#include <stdio.h>
|
|
#include <unistd.h>
|
|
|
|
|
|
int main()
|
|
{
|
|
printf("\nService check test....\n");
|
|
|
|
|
|
return 0;
|
|
}
|
|
|