Posts by Danilo Cunha • 1 point
1 post
-
0
votes1
answer158
viewsQ: How to ignore comments on P3 ppm files?
In the ler_arquivo_ppm_p3(const char *filename) function how would you ignore comments (# comet) in ppm P3 files? #include <stdio.h> #include <stdlib.h> typedef struct PIXEL { int r, g,…