#include "global.h"
#include "stdio.h"
#include "config.h"
#include <string.h>
#include "allegro.h"
#include "macros.h"
#include "initfiles.h"
#include <dirent.h>
#include <sys/types.h>
#include <sys/stat.h>
Functions | |
int | listfiles (char xret[1000][30], char *directory, char *name) |
Old KOF 91 Function to list files Use a static array to store file names. | |
char ** | sensei_list_files (int *nb, char *directory, char *name) |
New KOF 91 function to list files Mostly a copy of the original one, but use an unconstrained array. |