Yes, you read that correctly. The first exercise is a random selection between ft_printf and get_next_line —two projects you built during your common core. The second exercise is a "paint" renderer that involves reading a scene file and drawing in the terminal.
| Feature | Details | |---------|---------| | | Exam Rank 03 | | Level | After Common Core (Rank 03) | | Duration | 4 hours | | Subject | micro-paint or mini-paint (randomly assigned) | | Allowed functions | write , open , read , close , malloc , free , perror , strerror , exit , fopen , fread , fclose , printf , fprintf , feof , fscanf , atoi , memset , bzero , calloc , realloc , strlen , strdup , strcpy , strcmp , strncmp , strcat , strchr | | Expected file | micro-paint.c or mini-paint.c | Exam Rank 03 42
For GNL , test with different BUFFER_SIZE values (1, 42, 10000000). Yes, you read that correctly