Changeset 420 for trunk/Jgraph/jgraph.c
- Timestamp:
- 02/27/08 07:13:31 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jgraph/jgraph.c
r418 r420 7 7 8 8 #include <stdio.h> 9 #include <string.h> 9 10 10 11 #ifdef VMS … … 297 298 } 298 299 299 new_graphs(gs) 300 Graphs gs; 300 void new_graphs(Graphs gs) 301 301 { 302 302 Graphs newg; … … 316 316 } 317 317 318 main(argc, argv) 319 int argc; 320 char **argv; 318 int main(int argc, char **argv) 321 319 { 322 320 Graphs gs;
Note:
See TracChangeset
for help on using the changeset viewer.