source: CPL/oasis3-mct_5.0/lib/mct/mpi-serial/listops.h @ 6328

Last change on this file since 6328 was 6328, checked in by aclsce, 17 months ago

First import of oasis3-mct_5.0 (from oasis git server, branch OASIS3-MCT_5.0)

File size: 296 bytes
Line 
1/*
2 *  (C) 2000 UNIVERSITY OF CHICAGO
3 *      See COPYRIGHT in top-level directory.
4 */
5
6
7
8
9#ifndef _listops_h
10#define _listops_h
11
12/*
13 * Support for singly-linked list of pointers (or ints)
14 *
15 */
16
17
18typedef struct _List     *pList;
19typedef struct _Listitem *pListitem;
20
21#include "list.h"
22
23#endif
Note: See TracBrowser for help on using the repository browser.