8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c67d28 commit 33a629cCopy full SHA for 33a629c
src/include/c.h
@@ -7,7 +7,7 @@
7
*
8
* Copyright (c) 1994, Regents of the University of California
9
10
- * $Id: c.h,v 1.12 1997/04/24 20:00:45 scrappy Exp $
+ * $Id: c.h,v 1.13 1997/05/17 16:25:57 mergl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -700,7 +700,7 @@ extern int ExceptionalCondition(char *conditionName,
700
* form is used by assert and the exception handling stuff
701
* ----------------
702
703
-extern char *form(char *fmt, ...);
+extern char *form(const char *fmt, ...);
704
705
706
0 commit comments