cprintf.cc (5756:88038cdbb9e1) cprintf.cc (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2002-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

286 }
287 }
288
289 stream.flags(saved_flags);
290 stream.fill(saved_fill);
291 stream.precision(saved_precision);
292}
293
1/*
2 * Copyright (c) 2002-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

286 }
287 }
288
289 stream.flags(saved_flags);
290 stream.fill(saved_fill);
291 stream.precision(saved_precision);
292}
293
294/* end namespace cp */ }
294} // namespace cp