Main Page | Alphabetical List | Data Structures | File List | Globals

initfiles.c File Reference

function to list files in a directory More...

#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.


Detailed Description

function to list files in a directory


Generated on Thu Jan 13 14:13:04 2005 for KOF91 by  doxygen 1.3.9.1