Fork me on GitHub

source: svn/trunk/Utilities/mcfio/mcfio_Sequential.h@ 243

Last change on this file since 243 was 3, checked in by Xavier Rouby, 16 years ago

first commit

File size: 791 bytes
RevLine 
[3]1/*******************************************************************************
2* *
3* mc_Sequential.h -- Include file for mcfast Sequential i/o layer. *
4* *
5* Copyright (c) 1994 Universities Research Association, Inc. *
6* All rights reserved. *
7* *
8*******************************************************************************/
9int mcfioC_OpenReadSequential(char *device, char *label, int filenumber);
10int mcfioC_OpenWriteSequential(char *device, char *label, char *title,
11 char *comment, int numevts_pred,
12 int *blkIds, unsigned int nBlocks);
13int mcfioC_NextEventSequential(int stream);
14void mcfioC_CloseSequentialFile(int stream);
15void mcfioC_CloseSequentialTape(int stream);
Note: See TracBrowser for help on using the repository browser.