]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - warp/version.c
Reset CVS keywords
[bsdgames-darwin.git] / warp / version.c
1 /* Header: version.c,v 7.0 86/10/08 15:14:39 lwall Exp
2 *
3 * Log: version.c,v
4 * Revision 7.0 86/10/08 15:14:39 lwall
5 * Split into separate files. Added amoebas and pirates.
6 *
7 */
8
9 #include "patchlevel.h"
10 #include "INTERN.h"
11 #include "version.h"
12
13 /* Print out the version number. */
14
15 void
16 version()
17 {
18 extern char rcsid[];
19
20 printf("%s\r\nPatch level: %d\r\n", rcsid, PATCHLEVEL);
21 }