This commit is contained in:
Edith Boles
2026-04-08 22:14:59 -07:00
commit cd07449a48
10 changed files with 966 additions and 0 deletions

12
hw1/section_c.txt Normal file
View File

@@ -0,0 +1,12 @@
Script started on 2026-04-08 23:27:01-07:00 [TERM="xterm-256color" TTY="/dev/pts/1" COLUMNS="77" LINES="35"]
]0;edith@edith-long:~/devel/ece373/hw1[?2004h[edith@edith-long hw1]$ gcc -g -o sample_string_reverse sample_string_reverse.c
[edith@edith-long hw1]$ gcc -g -o sample_string_reverse sample_string_reverse.c
[?2004l
]0;edith@edith-long:~/devel/ece373/hw1[?2004h[edith@edith-long hw1]$ ./sample_string_reverse
[?2004l
Input string to reverse: chicken
Reversed: nekcihc
]0;edith@edith-long:~/devel/ece373/hw1[?2004h[edith@edith-long hw1]$ ./sample_string_reverse
[?2004l
Input string to reverse: 1234567890
Reversed: 0987654321