RosettaCodeData/Task/Bitmap-Write-a-PPM-file/C/bitmap-write-a-ppm-file-3.c

2 lines
38 B
C

void output_ppm(FILE *fd, image img);