Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man7 Note __func__ and restrict.
details: https://anonhg.NetBSD.org/src/rev/a5f5283bf121
branches: trunk
changeset: 759817:a5f5283bf121
user: jruoho <jruoho%NetBSD.org@localhost>
date: Fri Dec 17 07:25:33 2010 +0000
description:
Note __func__ and restrict.
diffstat:
share/man/man7/c.7 | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r f185e7152c03 -r a5f5283bf121 share/man/man7/c.7
--- a/share/man/man7/c.7 Fri Dec 17 07:10:37 2010 +0000
+++ b/share/man/man7/c.7 Fri Dec 17 07:25:33 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: c.7,v 1.8 2010/12/16 08:43:01 jruoho Exp $
+.\" $NetBSD: c.7,v 1.9 2010/12/17 07:25:33 jruoho Exp $
.\"
.\" Copyright (C) 2007, 2010 Gabor Kovesdan. All rights reserved.
.\"
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD: src/share/man/man7/c99.7,v 1.1 2010/06/17 12:05:47 gabor Exp $
.\"
-.Dd December 16, 2010
+.Dd December 17, 2010
.Dt C 7
.Os
.Sh NAME
@@ -137,6 +137,12 @@
.It
Some new preprocessor features.
.It
+A predefined identifier
+.Em __func__
+and a
+.Em restrict
+type qualifier.
+.It
New variables can be declared anywhere, not just in the beginning of the
program or program blocks.
.It
Home |
Main Index |
Thread Index |
Old Index