diff options
Diffstat (limited to 'reference/C/FUNCTIONS/uname.html')
-rw-r--r-- | reference/C/FUNCTIONS/uname.html | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/reference/C/FUNCTIONS/uname.html b/reference/C/FUNCTIONS/uname.html new file mode 100644 index 0000000..8a3eba4 --- /dev/null +++ b/reference/C/FUNCTIONS/uname.html @@ -0,0 +1,59 @@ +<title>uname function.</title> + +<head> +<script language="JavaScript"> +</script> +</head> + +<body bgcolor=#ffffcc> +<h1>uname function.</h1> + +uname is NOT in the ANSII library but is handy for getting +system information. It will return handy things like: +<p> +System type (name).<p> +Host name (Nodename).<p> +Software release.<p> +Software date.<p> +Machine type.<p> +Domainname. <p> + +<hr> +<h2>man pages. </h2> + +<a href=../MAN/uname.htm>uname</a> +<i>man Page.</i> +<p> +<a href=../MAN/gethostname.htm>gethostname</a> +<i>man Page.</i> +<p> + +<hr> +<a href=../EXAMPLES/uname.c>Example program.</a> + + +<p> + +<hr> +<p> +<center> +<table border=2 width="80%" bgcolor="ivory"> +<tr align=center> +<td width="25%"> +<a href="../cref.html"> Top</a> +</td><td width="25%"> +<a href="../master_index.html"> Master Index</a> +</td><td width="25%"> +<a href="../SYNTAX/keywords.html"> Keywords</a> +</td><td width="25%"> +<a href="funcref.htm"> Functions</a> +</td> +</tr> +</table> +</center> +<p> +<hr> +<address>Martin Leslie +</address><p> +</body> +</html> |