= Host-specific information ==================================================== $> hostname; uname -msr e2r2p17.42.fr Darwin 16.7.0 x86_64 $> date Sun Apr 15 21:01:50 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_20180415/tmaze = Git history ================================================================== $> git -C /var/folders/s0/pmy608wd3y76cch8zwjlwv780000gq/T/tmpPtYH1V/user log --pretty='%H - %an, %ad : %s' 6d5a04375cefa27e521dd4713b33a37e0ce2b579 - Tanguy MAZE, Sun Apr 15 21:01:39 2018 +0200 : ft_itoa_base c3407605045e34e5ec46745468c80ed637c04ddc - Tanguy MAZE, Sun Apr 15 20:12:52 2018 +0200 : ft_atoi_base 6d83726a6b82be8915fca3fc254d258ed7090e88 - Tanguy MAZE, Sun Apr 15 19:21:05 2018 +0200 : last_word 6cbf3dea3a97b714b5a7e3503b16758fa4ca53ae - Tanguy MAZE, Sun Apr 15 19:02:40 2018 +0200 : rotone 7e6a238b497dc094b3da7b312c9947f083762a0b - Tanguy MAZE, Sun Apr 15 18:53:13 2018 +0200 : aff_a = Collected files ========================================== $> ls -lAR /var/folders/s0/pmy608wd3y76cch8zwjlwv780000gq/T/tmpPtYH1V/user total 8 -rw-r--r-- 1 deepthought deepthought 1257 Apr 15 21:01 __GIT_HISTORY drwxr-xr-x 3 deepthought deepthought 102 Apr 15 21:01 aff_a drwxr-xr-x 3 deepthought deepthought 102 Apr 15 21:01 ft_atoi_base drwxr-xr-x 3 deepthought deepthought 102 Apr 15 21:01 ft_itoa_base drwxr-xr-x 3 deepthought deepthought 102 Apr 15 21:01 last_word drwxr-xr-x 3 deepthought deepthought 102 Apr 15 21:01 rotone /var/folders/s0/pmy608wd3y76cch8zwjlwv780000gq/T/tmpPtYH1V/user/aff_a: total 8 -rw-r--r-- 1 deepthought deepthought 1173 Apr 15 21:01 aff_a.c /var/folders/s0/pmy608wd3y76cch8zwjlwv780000gq/T/tmpPtYH1V/user/ft_atoi_base: total 8 -rw-r--r-- 1 deepthought deepthought 1788 Apr 15 21:01 ft_atoi_base.c /var/folders/s0/pmy608wd3y76cch8zwjlwv780000gq/T/tmpPtYH1V/user/ft_itoa_base: total 8 -rw-r--r-- 1 deepthought deepthought 1664 Apr 15 21:01 ft_itoa_base.c /var/folders/s0/pmy608wd3y76cch8zwjlwv780000gq/T/tmpPtYH1V/user/last_word: total 8 -rw-r--r-- 1 deepthought deepthought 1463 Apr 15 21:01 last_word.c /var/folders/s0/pmy608wd3y76cch8zwjlwv780000gq/T/tmpPtYH1V/user/rotone: total 8 -rw-r--r-- 1 deepthought deepthought 1276 Apr 15 21:01 rotone.c = ft_itoa_base ================================================================= $> clang -Wextra -Wall -Werror ft_itoa_base.c main.c -o user_exe Forbidden function call in 'ft_itoa_base.c': 'printf' Grade: -42 = Final grade: -42 =============================================================