]> andersk Git - splint.git/blame - src/Headers/message.h
Updated copyrights
[splint.git] / src / Headers / message.h
CommitLineData
885824d3 1/*
c0de361f 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
885824d3 3** See ../LICENSE for license information.
4**
5*/
6# ifndef MESSAGE_H
7# define MESSAGE_H
8
9# if USEVARARGS
10/*@-usevarargs@*/ /* suppress error about varargs.h */
11# include <varargs.h>
12/*@=usevarargs@*/
13extern cstring message ();
14# else
15# include <stdarg.h>
16/*@messagelike@*/
17extern /*@only@*/ cstring message(/*@temp@*/ char *p_fmt, ...) /*@*/ ;
18# endif
19
20# else
21# error "Multiple include"
22# endif
This page took 0.211244 seconds and 5 git commands to generate.