|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Paul Hewlett (paul
gccs.co.za)
Date: Mon Dec 03 2007 - 09:22:57 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Monday 03 December 2007 17:05:46 Wietse Venema wrote:
> #include <unistd.h>
> #include <stdlib.h>
> #include <stdio.h>
>
> #define MAXNAME 1024
>
> int main(void)
> {
> char namebuf[MAXNAME];
>
> if (gethostname(namebuf, sizeof(namebuf)) != 0)
> perror("gethostname");
> else
> printf("%.*s\n", MAXNAME, namebuf);
> exit(0);
> }
Wietse
Gives 'sundown'
Paul
--
Paul Hewlett Technical Director
Global Call Center Solutions Ltd, 2nd Floor, Milnerton Mall
Cnr Loxton & Koeberg Roads, 7435 Milnerton
www.gccs.co.za
Tel: +27 86 111 3433 Fax: +27 86 111 3520 Cel: +27 76 072 7906
VOIP: 087 750 7474
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]