mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 04:45:45 +01:00
4 lines
104 B
C
4 lines
104 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int gif_to_webp(int inputDesc, int outputDesc, int targetSize);
|