
00001 /* -*- Mode: C; c-basic-offset:4 ; -*- */ 00002 /* 00003 * $Id$ 00004 * 00005 * Copyright (C) 1997 University of Chicago. 00006 * See COPYRIGHT notice in top-level directory. 00007 */ 00008 00009 #include "ad_sfs.h" 00010 00011 ADIO_Offset ADIOI_SFS_SeekIndividual(ADIO_File fd, ADIO_Offset offset, 00012 int whence, int *error_code) 00013 { 00014 return ADIOI_GEN_SeekIndividual(fd, offset, whence, error_code); 00015 }
1.5.5