From a4b587dc418bc72c0a0818a29126d8d7bb901570 Mon Sep 17 00:00:00 2001 From: k0rrluna Date: Tue, 5 Mar 2024 14:19:35 +0300 Subject: [PATCH] C --- DeitelC/test2.c | 0 a.exe => w3school/a.exe | Bin arrayfunc.c => w3school/arrayfunc.c | 0 arrays.c => w3school/arrays.c | 0 booleans.c => w3school/booleans.c | 0 charfunc.c => w3school/charfunc.c | 0 declarition.c => w3school/declarition.c | 0 fgets.c => w3school/fgets.c | 0 file.c => w3school/file.c | 0 fileopen.c => w3school/fileopen.c | 0 for loop.c => w3school/for loop.c | 0 function.c => w3school/function.c | 0 function2.c => w3school/function2.c | 0 hello.c => w3school/hello.c | 0 input.c => w3school/input.c | 0 loop.c => w3school/loop.c | 0 math.c => w3school/math.c | 0 matrix.c => w3school/matrix.c | 0 pointer.c => w3school/pointer.c | 0 pointerarrays.c => w3school/pointerarrays.c | 0 pointerarrays2.c => w3school/pointerarrays2.c | 0 recursion.c => w3school/recursion.c | 0 specialstrings.c => w3school/specialstrings.c | 0 string.c => w3school/string.c | 0 strings.c => w3school/strings.c | 0 stringsloop.c => w3school/stringsloop.c | 0 structer.c => w3school/structer.c | 0 structer2.c => w3school/structer2.c | 0 switch.c => w3school/switch.c | 0 test1.txt => w3school/test1.txt | 0 test2.c => w3school/test2.c | 0 31 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 DeitelC/test2.c rename a.exe => w3school/a.exe (100%) mode change 100755 => 100644 rename arrayfunc.c => w3school/arrayfunc.c (100%) mode change 100755 => 100644 rename arrays.c => w3school/arrays.c (100%) mode change 100755 => 100644 rename booleans.c => w3school/booleans.c (100%) mode change 100755 => 100644 rename charfunc.c => w3school/charfunc.c (100%) mode change 100755 => 100644 rename declarition.c => w3school/declarition.c (100%) mode change 100755 => 100644 rename fgets.c => w3school/fgets.c (100%) mode change 100755 => 100644 rename file.c => w3school/file.c (100%) mode change 100755 => 100644 rename fileopen.c => w3school/fileopen.c (100%) mode change 100755 => 100644 rename for loop.c => w3school/for loop.c (100%) mode change 100755 => 100644 rename function.c => w3school/function.c (100%) mode change 100755 => 100644 rename function2.c => w3school/function2.c (100%) mode change 100755 => 100644 rename hello.c => w3school/hello.c (100%) mode change 100755 => 100644 rename input.c => w3school/input.c (100%) mode change 100755 => 100644 rename loop.c => w3school/loop.c (100%) mode change 100755 => 100644 rename math.c => w3school/math.c (100%) mode change 100755 => 100644 rename matrix.c => w3school/matrix.c (100%) mode change 100755 => 100644 rename pointer.c => w3school/pointer.c (100%) mode change 100755 => 100644 rename pointerarrays.c => w3school/pointerarrays.c (100%) mode change 100755 => 100644 rename pointerarrays2.c => w3school/pointerarrays2.c (100%) mode change 100755 => 100644 rename recursion.c => w3school/recursion.c (100%) mode change 100755 => 100644 rename specialstrings.c => w3school/specialstrings.c (100%) mode change 100755 => 100644 rename string.c => w3school/string.c (100%) mode change 100755 => 100644 rename strings.c => w3school/strings.c (100%) mode change 100755 => 100644 rename stringsloop.c => w3school/stringsloop.c (100%) mode change 100755 => 100644 rename structer.c => w3school/structer.c (100%) mode change 100755 => 100644 rename structer2.c => w3school/structer2.c (100%) mode change 100755 => 100644 rename switch.c => w3school/switch.c (100%) mode change 100755 => 100644 rename test1.txt => w3school/test1.txt (100%) mode change 100755 => 100644 rename test2.c => w3school/test2.c (100%) mode change 100755 => 100644 diff --git a/DeitelC/test2.c b/DeitelC/test2.c new file mode 100644 index 0000000..e69de29 diff --git a/a.exe b/w3school/a.exe old mode 100755 new mode 100644 similarity index 100% rename from a.exe rename to w3school/a.exe diff --git a/arrayfunc.c b/w3school/arrayfunc.c old mode 100755 new mode 100644 similarity index 100% rename from arrayfunc.c rename to w3school/arrayfunc.c diff --git a/arrays.c b/w3school/arrays.c old mode 100755 new mode 100644 similarity index 100% rename from arrays.c rename to w3school/arrays.c diff --git a/booleans.c b/w3school/booleans.c old mode 100755 new mode 100644 similarity index 100% rename from booleans.c rename to w3school/booleans.c diff --git a/charfunc.c b/w3school/charfunc.c old mode 100755 new mode 100644 similarity index 100% rename from charfunc.c rename to w3school/charfunc.c diff --git a/declarition.c b/w3school/declarition.c old mode 100755 new mode 100644 similarity index 100% rename from declarition.c rename to w3school/declarition.c diff --git a/fgets.c b/w3school/fgets.c old mode 100755 new mode 100644 similarity index 100% rename from fgets.c rename to w3school/fgets.c diff --git a/file.c b/w3school/file.c old mode 100755 new mode 100644 similarity index 100% rename from file.c rename to w3school/file.c diff --git a/fileopen.c b/w3school/fileopen.c old mode 100755 new mode 100644 similarity index 100% rename from fileopen.c rename to w3school/fileopen.c diff --git a/for loop.c b/w3school/for loop.c old mode 100755 new mode 100644 similarity index 100% rename from for loop.c rename to w3school/for loop.c diff --git a/function.c b/w3school/function.c old mode 100755 new mode 100644 similarity index 100% rename from function.c rename to w3school/function.c diff --git a/function2.c b/w3school/function2.c old mode 100755 new mode 100644 similarity index 100% rename from function2.c rename to w3school/function2.c diff --git a/hello.c b/w3school/hello.c old mode 100755 new mode 100644 similarity index 100% rename from hello.c rename to w3school/hello.c diff --git a/input.c b/w3school/input.c old mode 100755 new mode 100644 similarity index 100% rename from input.c rename to w3school/input.c diff --git a/loop.c b/w3school/loop.c old mode 100755 new mode 100644 similarity index 100% rename from loop.c rename to w3school/loop.c diff --git a/math.c b/w3school/math.c old mode 100755 new mode 100644 similarity index 100% rename from math.c rename to w3school/math.c diff --git a/matrix.c b/w3school/matrix.c old mode 100755 new mode 100644 similarity index 100% rename from matrix.c rename to w3school/matrix.c diff --git a/pointer.c b/w3school/pointer.c old mode 100755 new mode 100644 similarity index 100% rename from pointer.c rename to w3school/pointer.c diff --git a/pointerarrays.c b/w3school/pointerarrays.c old mode 100755 new mode 100644 similarity index 100% rename from pointerarrays.c rename to w3school/pointerarrays.c diff --git a/pointerarrays2.c b/w3school/pointerarrays2.c old mode 100755 new mode 100644 similarity index 100% rename from pointerarrays2.c rename to w3school/pointerarrays2.c diff --git a/recursion.c b/w3school/recursion.c old mode 100755 new mode 100644 similarity index 100% rename from recursion.c rename to w3school/recursion.c diff --git a/specialstrings.c b/w3school/specialstrings.c old mode 100755 new mode 100644 similarity index 100% rename from specialstrings.c rename to w3school/specialstrings.c diff --git a/string.c b/w3school/string.c old mode 100755 new mode 100644 similarity index 100% rename from string.c rename to w3school/string.c diff --git a/strings.c b/w3school/strings.c old mode 100755 new mode 100644 similarity index 100% rename from strings.c rename to w3school/strings.c diff --git a/stringsloop.c b/w3school/stringsloop.c old mode 100755 new mode 100644 similarity index 100% rename from stringsloop.c rename to w3school/stringsloop.c diff --git a/structer.c b/w3school/structer.c old mode 100755 new mode 100644 similarity index 100% rename from structer.c rename to w3school/structer.c diff --git a/structer2.c b/w3school/structer2.c old mode 100755 new mode 100644 similarity index 100% rename from structer2.c rename to w3school/structer2.c diff --git a/switch.c b/w3school/switch.c old mode 100755 new mode 100644 similarity index 100% rename from switch.c rename to w3school/switch.c diff --git a/test1.txt b/w3school/test1.txt old mode 100755 new mode 100644 similarity index 100% rename from test1.txt rename to w3school/test1.txt diff --git a/test2.c b/w3school/test2.c old mode 100755 new mode 100644 similarity index 100% rename from test2.c rename to w3school/test2.c