next up previous contents
Next: scan_tick Up: process_c_file.pl Previous: process_c_file.pl

scan_comment

# Arguments: *IN : file descriptor for file being parsed
#            $Line$ : contains remainder of current line 
#            $filename$ : name of file
# Return Values: $Rest$ : remainder of line after end of comment 
# Description: This subroutine accepts a line in which a comment block 
#              begins, and returns any and all code on the same line 
#              as and following the end of the comment block.