Line 10:
Line 10:
That said, we recommend you to run VNC and others using the program below:
That said, we recommend you to run VNC and others using the program below:
−
{| class="collapsible <includeonly>collapsed</includeonly> collapsed" border="0"
+
{| class="mw-collapsible mw-collapsed wikitable"
+
! <code>newns.c</code>
|-
|-
−
! newns.c:
+
| <syntaxhighlight lang="c">
−
|-
−
|
−
<pre>
#define _GNU_SOURCE
#define _GNU_SOURCE
#include <stdio.h>
#include <stdio.h>
Line 76:
Line 74:
return 0;
return 0;
}
}
−
</pre>
+
</syntaxhighlight>
|}
|}