Changeset 20 for vis_dev/dev/utilities.h


Ignore:
Timestamp:
Jul 19, 2011, 1:47:50 PM (13 years ago)
Author:
cecile
Message:

main modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vis_dev/dev/utilities.h

    r15 r20  
    1616#include <stdio.h>
    1717#include <stdlib.h>
     18/********************************************/
     19/******* Vis magic formulae *****************/
     20FILE *vis_stderr;
     21FILE *vis_stdout;
     22FILE *vis_historyFile;
     23FILE *vis_stdpipe;
     24array_t *vm_commandHistoryArray;
     25char *vm_programName;
     26/********************************************/
    1827
    1928
    20 static int
     29int
    2130nodenameCompare(
    2231  const void * node1,
     
    3342  return (strcmp(name1, name2));
    3443}
    35 
    3644// Read blifmv file
    3745Hrc_Manager_t * rlmv(FILE * file);
Note: See TracChangeset for help on using the changeset viewer.