tshlab
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
##################################################################### # CS:APP Shell Lab # # Student Source Files ###################################################################### This directory contains the files you will need for the CS:APP Shell Lab. tsh.c This is the file you will be modifying and handing in. ######################################### # You shouldn't modify any of these files ######################################### tshref* This is the reference shell executable sdriver.c The shell driver source program runtrace.c The trace interpreter source program trace{00-24}.txt Trace files used by the driver config.h Header file for sdriver.c mycat.c myenv.c myintp.c myints.c myspin1.c myspin2.c mysplit.c mysplitp.c mytstpp.c mytstps.c These are helper programs that are referenced in the trace files. driverlib.c driverlib.h Helper functions for submitting your results to Autolab Makefile: This is the makefile that builds the driver program.