~ubuntu-branches/ubuntu/quantal/pytables/quantal

« back to all changes in this revision

Viewing changes to src/calcoffset.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2005-11-27 20:25:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051127202534-l8jzyd8357krw40h
Tags: 1.1.1-1ubuntu1
* Sync with Debian:
  + Use python 2.4 as default

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Include file for calcoffset.c 
2
 
 * F. Alted 
3
 
 * 2002/08/28 */
4
 
 
5
 
/* For the sake of code simplicity I've stripped out all the alignment
6
 
   stuff, as it seems not necessary for HDF5. If it is needed, you can
7
 
   find the complete code version in CVS with tag 1.14.
8
 
   F. Alted 2004-09-16 */
9
 
 
10
 
/* Define this variable for error printings */
11
 
/*#define DEBUG 1 */
12
 
/* Define this variable for debugging printings */
13
 
/*#define PRINT 1 */
14
 
/* Define this for compile the main() function */
15
 
/* #define MAIN 1 */
16
 
 
17
 
/* Functions in calcoffset.c we want accessible */
18
 
int calcoffset(char *fmt, int *nattrs, hid_t *types,
19
 
               size_t *size_types, size_t *offsets);
20