= Host-specific information ==================================================== $> hostname; uname -msr e1r4p8.42.fr Darwin 16.7.0 x86_64 $> date Fri Apr 13 11:44:33 CEST 2018 $> gcc --version Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 9.0.0 (clang-900.0.39.2) Target: x86_64-apple-darwin16.7.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin $> clang --version Apple LLVM version 9.0.0 (clang-900.0.39.2) Target: x86_64-apple-darwin16.7.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin = User files collection ======================================================== Collecting user files from Vogsphere Repository URL: auto-exam/2018/c-exam-alone-in-the-dark-beginner/practice-exam_20180413/tmaze = Git history ================================================================== $> git -C /var/folders/1_/z092vpvx1ydd1nxlp34v0yc00000gq/T/tmpEyFlug/user log --pretty='%H - %an, %ad : %s' 2ab798b8f4f6d6877e6ba6a2f5930ee3c12c88ad - Tanguy MAZE, Fri Apr 13 11:44:16 2018 +0200 : ft_swap 2d8bf5c9f17b97a9c04b8c0254a84d64278f8821 - Tanguy MAZE, Fri Apr 13 11:40:49 2018 +0200 : aff_z = Collected files ========================================== $> ls -lAR /var/folders/1_/z092vpvx1ydd1nxlp34v0yc00000gq/T/tmpEyFlug/user total 8 -rw-r--r-- 1 deepthought deepthought 438 Apr 13 11:44 __GIT_HISTORY drwxr-xr-x 3 deepthought deepthought 102 Apr 13 11:44 aff_z drwxr-xr-x 3 deepthought deepthought 102 Apr 13 11:44 ft_swap /var/folders/1_/z092vpvx1ydd1nxlp34v0yc00000gq/T/tmpEyFlug/user/aff_z: total 8 -rw-r--r-- 1 deepthought deepthought 966 Apr 13 11:44 aff_z.c /var/folders/1_/z092vpvx1ydd1nxlp34v0yc00000gq/T/tmpEyFlug/user/ft_swap: total 8 -rw-r--r-- 1 deepthought deepthought 968 Apr 13 11:44 ft_swap.c = ft_swap ====================================================================== $> clang -Wextra -Wall -Werror ft_swap.c main.c -o user_exe = Test 1 =================================================== $> ./3b5vrm92blpgrf89yxuy5pru "706626262" "364685118" $> diff -U 3 user_output_test1 test1.output | cat -e Diff OK :D = Test 2 =================================================== $> ./bpuxbmw8bplrhhr9a1m3ovbo "408635404" "-802490398" $> diff -U 3 user_output_test2 test2.output | cat -e Diff OK :D = Test 3 =================================================== $> ./6hd5ghtcf81s1mkqosqlgct0 "-1045169027" "-105518579" $> diff -U 3 user_output_test3 test3.output | cat -e Diff OK :D = Test 4 =================================================== $> ./jy5r8htlk93xv2dd71so0jcz "-345921438" "1420916860" $> diff -U 3 user_output_test4 test4.output | cat -e Diff OK :D = Test 5 =================================================== $> ./9qn52zrmh5tl4zuwjcmxjlg0 "-947973237" "-223965263" $> diff -U 3 user_output_test5 test5.output | cat -e Diff OK :D = Test 6 =================================================== $> ./7v2mq3kt1fpai317rhad09i9 "-601213970" "364430817" $> diff -U 3 user_output_test6 test6.output | cat -e Diff OK :D = Test 7 =================================================== $> ./k4u7ta2ijyl004xu4do63cqj "-797032518" "-898871763" $> diff -U 3 user_output_test7 test7.output | cat -e Diff OK :D = Test 8 =================================================== $> ./bgx8wibqya12t15fwhtcr9ry "829225805" "1965530847" $> diff -U 3 user_output_test8 test8.output | cat -e Diff OK :D = Test 9 =================================================== $> ./shov8omsapwgvruy7q2ouw0z "-1886413568" "1834299037" $> diff -U 3 user_output_test9 test9.output | cat -e Diff OK :D Grade: 1 = Final grade: 1 ===============================================================