Just a couple small c programs.
|
12 年之前 | |
---|---|---|
README.md | 8 年之前 | |
myecho | 8 年之前 | |
myecho.c | 8 年之前 | |
mysort | 8 年之前 | |
mysort.c | 8 年之前 |
Just a couple small c programs
This program simply takes a binary stream of numbers from STDIN and outputs them. In order to do this, it simply uses fread to grab an array of numbers from the stream until the stream ends. During this, it uses a for loop to print every number from said array.