printf.c (7992:fabe6a2d9c5e) printf.c (7996:f89e2d31764c)
1/*****************************************************************************
2
3 Copyright � 1993, 1994 Digital Equipment Corporation,
4 Maynard, Massachusetts.
5
6 All Rights Reserved
7
8Permission to use, copy, modify, and distribute this software and its

--- 56 unchanged lines hidden (view full) ---

65
66
67
68/* printf.c
69 L. S.
70 Sun Feb 10 20:18:22 1985
71 */
72
1/*****************************************************************************
2
3 Copyright � 1993, 1994 Digital Equipment Corporation,
4 Maynard, Massachusetts.
5
6 All Rights Reserved
7
8Permission to use, copy, modify, and distribute this software and its

--- 56 unchanged lines hidden (view full) ---

65
66
67
68/* printf.c
69 L. S.
70 Sun Feb 10 20:18:22 1985
71 */
72
73#include "system.h"
73//#include "system.h"
74#include "lib.h"
75#include <stdarg.h>
76
77
78
79
80
81/* The string s is terminated by a '\0' */

--- 225 unchanged lines hidden ---
74#include "lib.h"
75#include <stdarg.h>
76
77
78
79
80
81/* The string s is terminated by a '\0' */

--- 225 unchanged lines hidden ---