Demo on the uses of the static reserved word

This commit is contained in:
kdeng00
2020-11-04 21:20:39 -05:00
parent faa919d6ed
commit 47e0041c86
4 changed files with 86 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
gcc main.c number.c -I. -std=gnu99 -o a.out