5 lines
50 B
C
5 lines
50 B
C
|
struct Manga {
|
||
|
char *title;
|
||
|
char *image_url;
|
||
|
};
|