Changeset 420 for trunk/Jgraph/jgraph.c


Ignore:
Timestamp:
02/27/08 07:13:31 (16 years ago)
Author:
Nicholas Riley
Message:

Jgraph: my changes - ANSIfication, few minor bug fixes; works on OS X 10.5 now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jgraph/jgraph.c

    r418 r420  
    77
    88#include <stdio.h>
     9#include <string.h>
    910
    1011#ifdef VMS
     
    297298}
    298299
    299 new_graphs(gs)
    300 Graphs gs;
     300void new_graphs(Graphs gs)
    301301{
    302302  Graphs newg;
     
    316316}
    317317
    318 main(argc, argv)
    319 int argc;
    320 char **argv;
     318int main(int argc, char **argv)
    321319{
    322320  Graphs gs;
Note: See TracChangeset for help on using the changeset viewer.