Changeset 6684 for trunk/Ohana/src/opihi/lib.data/open_graph.c
- Timestamp:
- Mar 26, 2006, 1:14:47 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.data/open_graph.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.data/open_graph.c
r5919 r6684 8 8 static int Xgraph[NXGRAPH]; 9 9 static Graphdata graphdata[NXGRAPH]; 10 11 12 10 13 11 void QuitGraph () { … … 80 78 81 79 Xgraph[N] = fd; 80 return (TRUE); 81 } 82 83 int close_graph (int N) { 84 85 if (N < 0) return (FALSE); 86 if (N >= NXGRAPH) return (FALSE); 87 88 KiiClose (Xgraph[N]); 89 Xgraph[N] = -1; 82 90 return (TRUE); 83 91 }
Note:
See TracChangeset
for help on using the changeset viewer.
