You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
358 B
16 lines
358 B
2 years ago
|
\chapter{Sample Code}
|
||
|
This appendix contains examples of C programs that use the EXODUS
|
||
|
API.
|
||
|
|
||
|
\section{Write Example Code}
|
||
|
|
||
|
The following is a C program that creates and populates an EXODUS
|
||
|
file:
|
||
|
\lstinputlisting{example-write.c}
|
||
|
\newpage
|
||
|
\section{Read Example Code}
|
||
|
|
||
|
The following C program reads data from an EXODUS file:
|
||
|
|
||
|
\lstinputlisting{example-read.c}
|