Sign in
third-party-mirror
/
R
/
5decf5cfb2d55093fc9b12e88f42580f49acbc0b
/
.
/
src
/
extra
/
graphapp
/
gif.c
blob: d4bab59c79bce59f68601f479147cdcd64b9188f [
file
]
/* stubs as gif support has been removed */
#include
<internal.h>
image load_gif
(
const
char
*
filename
)
{
return
(
image
)
NULL
;
}
void
save_gif
(
image img
,
const
char
*
filename
)
{
}