Sign in
chromium
/
external
/
llvm.org
/
test-suite
/
refs/heads/svn-tags/RELEASE_30
/
.
/
final
/
MultiSource
/
Benchmarks
/
Olden
/
em3d
/
make_graph.h
blob: bf59999832d31f2f6c441d56d58d080ec6dd752c [
file
] [
log
] [
blame
] [
edit
]
/* For copyright information, see olden_v1.0/COPYRIGHT */
/* make_graph.h
*
* By: Martin C. Carlisle
* Date: Feb 23, 1994
*
*/
/* initialize graph returns a structure with pointers to lists of e and h
* nodes.
*/
graph_t
*
initialize_graph
();