aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/adjkerntz/adjkerntz.c8
-rw-r--r--sbin/bsdlabel/bsdlabel.c9
-rw-r--r--sbin/clri/clri.c10
-rw-r--r--sbin/dmesg/dmesg.c9
-rw-r--r--sbin/dump/main.c9
-rw-r--r--sbin/dumpfs/dumpfs.c9
-rw-r--r--sbin/dumpon/dumpon.c9
-rw-r--r--sbin/ffsinfo/ffsinfo.c7
-rw-r--r--sbin/fsck_ffs/globs.c9
-rw-r--r--sbin/fsck_ffs/main.c9
-rw-r--r--sbin/growfs/growfs.c8
-rw-r--r--sbin/ifconfig/ifconfig.c6
-rw-r--r--sbin/init/init.c9
-rw-r--r--sbin/mknod/mknod.c9
-rw-r--r--sbin/mount/mount.c7
-rw-r--r--sbin/mount/mount_fs.c9
-rw-r--r--sbin/mount_nfs/mount_nfs.c9
-rw-r--r--sbin/mount_nullfs/mount_nullfs.c9
-rw-r--r--sbin/mount_unionfs/mount_unionfs.c9
-rw-r--r--sbin/newfs/newfs.c9
-rw-r--r--sbin/nfsiod/nfsiod.c9
-rw-r--r--sbin/ping/ping.c9
-rw-r--r--sbin/ping/ping6.c10
-rw-r--r--sbin/ping/utils.c9
-rw-r--r--sbin/quotacheck/quotacheck.c9
-rw-r--r--sbin/reboot/reboot.c9
-rw-r--r--sbin/restore/main.c10
-rw-r--r--sbin/route/route.c10
-rw-r--r--sbin/routed/main.c3
-rw-r--r--sbin/routed/rtquery/rtquery.c14
-rw-r--r--sbin/shutdown/shutdown.c9
-rw-r--r--sbin/swapon/swapon.c9
-rw-r--r--sbin/tunefs/tunefs.c9
-rw-r--r--sbin/umount/umount.c9
34 files changed, 0 insertions, 300 deletions
diff --git a/sbin/adjkerntz/adjkerntz.c b/sbin/adjkerntz/adjkerntz.c
index 7ed46f9c4d85..b231e1647b33 100644
--- a/sbin/adjkerntz/adjkerntz.c
+++ b/sbin/adjkerntz/adjkerntz.c
@@ -26,14 +26,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#)Copyright (C) 1993-1996 by Andrey A. Chernov, Moscow, Russia.\n\
- All rights reserved.\n";
-#endif /* not lint */
-#endif
-#include <sys/cdefs.h>
/*
* Andrey A. Chernov <ache@astral.msk.su> Dec 20 1993
*
diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c
index bc0dec3bc399..2c03117e344a 100644
--- a/sbin/bsdlabel/bsdlabel.c
+++ b/sbin/bsdlabel/bsdlabel.c
@@ -42,15 +42,6 @@
* from: $NetBSD: disksubr.c,v 1.13 2000/12/17 22:39:18 pk $
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1987, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <stdint.h>
#include <sys/file.h>
diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c
index 8eeafbda70af..331975b4cdce 100644
--- a/sbin/clri/clri.c
+++ b/sbin/clri/clri.c
@@ -32,16 +32,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1990, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/disklabel.h>
diff --git a/sbin/dmesg/dmesg.c b/sbin/dmesg/dmesg.c
index 4e243d2f51cd..65005a903154 100644
--- a/sbin/dmesg/dmesg.c
+++ b/sbin/dmesg/dmesg.c
@@ -29,15 +29,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1991, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/msgbuf.h>
#include <sys/sysctl.h>
diff --git a/sbin/dump/main.c b/sbin/dump/main.c
index 945c38e519ac..0ff622125fdd 100644
--- a/sbin/dump/main.c
+++ b/sbin/dump/main.c
@@ -29,15 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1980, 1991, 1993, 1994\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/mount.h>
diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c
index 9eb1cba26824..c4988ded88d8 100644
--- a/sbin/dumpfs/dumpfs.c
+++ b/sbin/dumpfs/dumpfs.c
@@ -44,15 +44,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1983, 1992, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/time.h>
#include <sys/disklabel.h>
diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c
index 20a9246496ae..dd772ca75049 100644
--- a/sbin/dumpon/dumpon.c
+++ b/sbin/dumpon/dumpon.c
@@ -29,15 +29,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/capsicum.h>
#include <sys/disk.h>
diff --git a/sbin/ffsinfo/ffsinfo.c b/sbin/ffsinfo/ffsinfo.c
index 539cbd1631e1..f2b25e582bda 100644
--- a/sbin/ffsinfo/ffsinfo.c
+++ b/sbin/ffsinfo/ffsinfo.c
@@ -41,13 +41,6 @@
*
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz\n\
-Copyright (c) 1980, 1989, 1993 The Regents of the University of California.\n\
-All rights reserved.\n";
-#endif /* not lint */
-
/* ********************************************************** INCLUDES ***** */
#include <sys/param.h>
#include <sys/disklabel.h>
diff --git a/sbin/fsck_ffs/globs.c b/sbin/fsck_ffs/globs.c
index 8c69b8db44ea..1f04311e2e5c 100644
--- a/sbin/fsck_ffs/globs.c
+++ b/sbin/fsck_ffs/globs.c
@@ -29,15 +29,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1980, 1986, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <ufs/ufs/dinode.h>
#include <ufs/ffs/fs.h>
diff --git a/sbin/fsck_ffs/main.c b/sbin/fsck_ffs/main.c
index 63446f63a110..aabab489573e 100644
--- a/sbin/fsck_ffs/main.c
+++ b/sbin/fsck_ffs/main.c
@@ -29,15 +29,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1980, 1986, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-#include <sys/cdefs.h>
#define _WANT_P_OSREL
#include <sys/param.h>
#include <sys/file.h>
diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c
index a63002271af1..daa3931df300 100644
--- a/sbin/growfs/growfs.c
+++ b/sbin/growfs/growfs.c
@@ -45,14 +45,6 @@
*
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz\n\
-Copyright (c) 1980, 1989, 1993 The Regents of the University of California.\n\
-All rights reserved.\n";
-#endif /* not lint */
-
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c
index cd91cf7991bc..5ee41bb24b71 100644
--- a/sbin/ifconfig/ifconfig.c
+++ b/sbin/ifconfig/ifconfig.c
@@ -29,12 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1983, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/ioctl.h>
#ifdef JAIL
diff --git a/sbin/init/init.c b/sbin/init/init.c
index a78bfac073da..b6908f19fd82 100644
--- a/sbin/init/init.c
+++ b/sbin/init/init.c
@@ -32,15 +32,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1991, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/boottrace.h>
#include <sys/ioctl.h>
diff --git a/sbin/mknod/mknod.c b/sbin/mknod/mknod.c
index aeee4c12508f..a9eb65e7a76c 100644
--- a/sbin/mknod/mknod.c
+++ b/sbin/mknod/mknod.c
@@ -32,15 +32,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1989, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#endif /* not lint */
-
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index 0b22056118aa..c950574719ad 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -29,13 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1980, 1989, 1993, 1994\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#include <sys/cdefs.h>
#include <sys/param.h>
#define _WANT_MNTOPTNAMES
#include <sys/mount.h>
diff --git a/sbin/mount/mount_fs.c b/sbin/mount/mount_fs.c
index b7000c46e576..6035857578ae 100644
--- a/sbin/mount/mount_fs.c
+++ b/sbin/mount/mount_fs.c
@@ -32,15 +32,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1992, 1993, 1994\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/mount.h>
diff --git a/sbin/mount_nfs/mount_nfs.c b/sbin/mount_nfs/mount_nfs.c
index 0c01c41b4290..e4c469eff0ae 100644
--- a/sbin/mount_nfs/mount_nfs.c
+++ b/sbin/mount_nfs/mount_nfs.c
@@ -32,15 +32,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1992, 1993, 1994\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/linker.h>
#include <sys/module.h>
diff --git a/sbin/mount_nullfs/mount_nullfs.c b/sbin/mount_nullfs/mount_nullfs.c
index dbaa295d5df2..b5782dc24e45 100644
--- a/sbin/mount_nullfs/mount_nullfs.c
+++ b/sbin/mount_nullfs/mount_nullfs.c
@@ -32,15 +32,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1992, 1993, 1994\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/stat.h>
diff --git a/sbin/mount_unionfs/mount_unionfs.c b/sbin/mount_unionfs/mount_unionfs.c
index ff5650efb02e..28f224ae0f68 100644
--- a/sbin/mount_unionfs/mount_unionfs.c
+++ b/sbin/mount_unionfs/mount_unionfs.c
@@ -35,15 +35,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1992, 1993, 1994\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/uio.h>
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c
index 820874b5570a..38781368e8ca 100644
--- a/sbin/newfs/newfs.c
+++ b/sbin/newfs/newfs.c
@@ -38,15 +38,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1983, 1989, 1993, 1994\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-#include <sys/cdefs.h>
/*
* newfs: friendly front end to mkfs
*/
diff --git a/sbin/nfsiod/nfsiod.c b/sbin/nfsiod/nfsiod.c
index 330f5efce784..c34671a8c551 100644
--- a/sbin/nfsiod/nfsiod.c
+++ b/sbin/nfsiod/nfsiod.c
@@ -32,15 +32,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1989, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif
-
-#endif
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/syslog.h>
#include <sys/wait.h>
diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c
index 5c97496aa1f9..d9d544bc75c8 100644
--- a/sbin/ping/ping.c
+++ b/sbin/ping/ping.c
@@ -32,15 +32,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1989, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-#include <sys/cdefs.h>
/*
* P I N G . C
*
diff --git a/sbin/ping/ping6.c b/sbin/ping/ping6.c
index 50254c3eeeb0..99de4f608d69 100644
--- a/sbin/ping/ping6.c
+++ b/sbin/ping/ping6.c
@@ -65,16 +65,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1989, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-
-#include <sys/cdefs.h>
/*
* Using the InterNet Control Message Protocol (ICMP) "ECHO" facility,
* measure round-trip-delays and packet loss across network paths.
diff --git a/sbin/ping/utils.c b/sbin/ping/utils.c
index 1488fdfeb06c..e723f690be2b 100644
--- a/sbin/ping/utils.c
+++ b/sbin/ping/utils.c
@@ -32,15 +32,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1989, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-#include <sys/cdefs.h>
#include <string.h>
#include "utils.h"
diff --git a/sbin/quotacheck/quotacheck.c b/sbin/quotacheck/quotacheck.c
index 952c101a6034..1fb4789ae348 100644
--- a/sbin/quotacheck/quotacheck.c
+++ b/sbin/quotacheck/quotacheck.c
@@ -32,15 +32,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1980, 1990, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-#include <sys/cdefs.h>
/*
* Fix up / report on disk quotas & usage
*/
diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c
index 5cfbacef1849..7daf38b88a3e 100644
--- a/sbin/reboot/reboot.c
+++ b/sbin/reboot/reboot.c
@@ -29,15 +29,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1980, 1986, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/boottrace.h>
#include <sys/reboot.h>
diff --git a/sbin/restore/main.c b/sbin/restore/main.c
index 64862ecf17c6..f94b37503d18 100644
--- a/sbin/restore/main.c
+++ b/sbin/restore/main.c
@@ -29,16 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1983, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#endif /* not lint */
-
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/stat.h>
diff --git a/sbin/route/route.c b/sbin/route/route.c
index 60379e11d090..c39a13b252bb 100644
--- a/sbin/route/route.c
+++ b/sbin/route/route.c
@@ -29,16 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1983, 1989, 1991, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#endif /* not lint */
-
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/file.h>
#include <sys/socket.h>
diff --git a/sbin/routed/main.c b/sbin/routed/main.c
index 491a40026345..49be52ccbdf4 100644
--- a/sbin/routed/main.c
+++ b/sbin/routed/main.c
@@ -35,9 +35,6 @@
#include <fcntl.h>
#include <sys/file.h>
-__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993 "
- "The Regents of the University of California."
- " All rights reserved.");
pid_t mypid;
naddr myaddr; /* system address */
diff --git a/sbin/routed/rtquery/rtquery.c b/sbin/routed/rtquery/rtquery.c
index a6896b8e7362..24946a2b4c7a 100644
--- a/sbin/routed/rtquery/rtquery.c
+++ b/sbin/routed/rtquery/rtquery.c
@@ -50,20 +50,6 @@
#endif
#define UNUSED __attribute__((unused))
-#ifndef __COPYRIGHT
-#define __COPYRIGHT(_s) static const char copyright[] UNUSED = _s
-#endif
-__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\n"
- "The Regents of the University of California."
- " All rights reserved.\n");
-#ifdef __NetBSD__
-__RCSID("$NetBSD$");
-#elif defined(__FreeBSD__)
-#else
-__RCSID("$Revision: 2.26 $");
-#ident "$Revision: 2.26 $"
-#endif
-
#ifndef sgi
#define _HAVE_SIN_LEN
#endif
diff --git a/sbin/shutdown/shutdown.c b/sbin/shutdown/shutdown.c
index 9e01d54ae21d..80a9e14fc8d3 100644
--- a/sbin/shutdown/shutdown.c
+++ b/sbin/shutdown/shutdown.c
@@ -29,15 +29,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1988, 1990, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/boottrace.h>
#include <sys/resource.h>
diff --git a/sbin/swapon/swapon.c b/sbin/swapon/swapon.c
index 039356541b78..26a7dc22654a 100644
--- a/sbin/swapon/swapon.c
+++ b/sbin/swapon/swapon.c
@@ -29,15 +29,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/disk.h>
#include <sys/disklabel.h>
diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c
index 803ef1c7aab4..6f6df8446cd9 100644
--- a/sbin/tunefs/tunefs.c
+++ b/sbin/tunefs/tunefs.c
@@ -29,15 +29,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1983, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#endif
-#include <sys/cdefs.h>
/*
* tunefs: change layout parameters to an existing file system.
*/
diff --git a/sbin/umount/umount.c b/sbin/umount/umount.c
index 097f558e7f13..7db3c5ec39e0 100644
--- a/sbin/umount/umount.c
+++ b/sbin/umount/umount.c
@@ -29,15 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1980, 1989, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/socket.h>