about summary refs log tree commit diff stats
path: root/subx/ex5
Commit message (Collapse)AuthorAgeFilesLines
* 4365Kartik Agaram2018-07-171-0/+0
|
* 4363 - subx: first program using the stack segmentKartik Agaram2018-07-161-0/+0
We allocate space for a local variable, read() a character from stdin to it, and write() it out to stdout.