9 lines
87 B
C
9 lines
87 B
C
#include <stdio.h>
|
|
#include <string.h>
|
|
#include "image.h"
|
|
|
|
void print_image(void)
|
|
{
|
|
}
|
|
|