Feature #1983: Made CmiWallTimer monotonic in the common case
[charm.git] / src / libs / ck-libs / ampi / romio / adio / ad_ntfs / ad_ntfs_rdcoll.c
blob3595d6935bdac0c368ecdc896276e7f30e718e9b
1 /* -*- Mode: C; c-basic-offset:4 ; -*- */
2 /*
3 * $Id$
5 * Copyright (C) 1997 University of Chicago.
6 * See COPYRIGHT notice in top-level directory.
7 */
9 #include "ad_ntfs.h"
11 void ADIOI_NTFS_ReadStridedColl(ADIO_File fd, void *buf, int count,
12 MPI_Datatype datatype, int file_ptr_type,
13 ADIO_Offset offset, ADIO_Status *status, int
14 *error_code)
16 ADIOI_GEN_ReadStridedColl(fd, buf, count, datatype, file_ptr_type,
17 offset, status, error_code);