You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
333 B
17 lines
333 B
#include <stdio.h> |
|
#include <stdlib.h> |
|
#include <stdarg.h> |
|
#include <string.h> |
|
#include <dlfcn.h> |
|
#include <unistd.h> |
|
#include <sys/types.h> |
|
#include <sys/stat.h> |
|
#include <sys/utsname.h> |
|
#include <fcntl.h> |
|
#ifdef HAVE_ALLOCA_H |
|
#include <alloca.h> |
|
#endif |
|
#include <Evas.h> |
|
#include <Ecore.h> |
|
#include <Ecore_File.h> |
|
#include <Eet.h>
|
|
|