Filename "C" Routines

A brief description of the module goes here. New paragraphs should be preceded by a

.

  • routine1
  • routine2
  • routine3
  • 
    
    

    routine1

    A description of the routine 1 goes here.

    C SYNTAX: unsigned long routine1 ( int a_number, /* IN : Total number to initialize */ my_struct *a_struc, /* MOD: Structure to modify */ long *a_numIntrpts /* OUT: Number of Ctrl C interrupts */ ) RETURNS: 0 - Successful completion. 1 - Failed miserably.
    
    
    
    

    routine2

    A description of the routine 2 goes here.

    C SYNTAX: unsigned long routine2 ( int a_number, /* IN : Total number to initialize */ my_struct *a_struc, /* MOD: Structure to modify */ long *a_numIntrpts /* OUT: Number of Ctrl C interrupts */ ) RETURNS: 0 - Successful completion. 1 - Failed miserably.
    
    
    .
    .
    .