From 5a04d6b19c08b52462576d9102127a8c2a89c5e4 Mon Sep 17 00:00:00 2001 From: antux18 <antux18@gmail.com> Date: Wed, 13 Mar 2024 12:02:26 +0100 Subject: [PATCH] T4. --- ex1/T4 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ex1/T4 diff --git a/ex1/T4 b/ex1/T4 new file mode 100644 index 0000000..d6fa670 --- /dev/null +++ b/ex1/T4 @@ -0,0 +1,3 @@ +Compiling translates C code into object code without including the code of functions and variables from external libraries (such as stdio or stdlib) and files. + +Linking will take all the previously created object code files and combine them together, along with the code of functions and variables from external libraries, resulting in a working executable file. \ No newline at end of file -- GitLab