~ubuntu-branches/ubuntu/vivid/psicode/vivid

« back to all changes in this revision

Viewing changes to src/lib/libciomr/wwritw.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2008-06-07 16:49:57 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080607164957-8pifvb133yjlkagn
Tags: 3.3.0-3
* debian/rules (DEB_MAKE_CHECK_TARGET): Do not abort test suite on
  failures.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Set ${bindir} to /usr/lib/psi.
* debian/rules (install/psi3): Move psi3 file to /usr/bin.
* debian/patches/07_464867_move_executables.dpatch: New patch, add
  /usr/lib/psi to the $PATH, so that the moved executables are found.
  (closes: #464867)
* debian/patches/00list: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
/* $Log: wwritw.c,v $
3
 
/* Revision 1.2  2002/06/01 18:23:54  sherrill
4
 
/* Upgrade doxygen documentation
5
 
/*
6
 
/* Revision 1.1.1.1  2000/02/04 22:53:24  evaleev
7
 
/* Started PSI 3 repository
8
 
/*
9
 
/* Revision 2.5  1999/11/01 20:11:01  evaleev
10
 
/* Added explicit extern declarations of functions within the library.
11
 
/*
12
 
/* Revision 2.4  1997/09/12 13:53:09  crawdad
13
 
/* Changing marco name from ULL to PSI_FPTR.
14
 
/*
15
 
 * Revision 2.3  1997/08/25  21:50:14  crawdad
16
 
 * Making changes for extension of PSI file size limit.
17
 
 *
18
 
 * Revision 2.2  1995/04/01  20:53:12  fermann
19
 
 * changed bytewise file pointers such as first, last and length to long
20
 
 * unsigned ints in order to handle up to 4 gigabyte tmp files (striped into
21
 
 * individual pieces of less than 2 gigabytes).  added functions li2sec and
22
 
 * sec2li for where they are needed.
23
 
 *
24
 
 * Revision 2.1  1991/06/15  18:30:18  seidl
25
 
 * *** empty log message ***
26
 
 * */
27
 
 
28
 
static char *rcsid = "$Id: wwritw.c,v 1.2 2002/06/01 18:23:54 sherrill Exp $";
29
 
 
30
1
/*!
31
2
** \file wwritw.c
32
3
** \ingroup (CIOMR)