Subversion Repositories svn.Prod repos

Compare Revisions

Ignore whitespace Rev 22 → Rev 23

/filefind/C/filefind.c
14,6 → 14,8
#
============================================================================ */
 
#include <string.h>
 
#include <stdio.h>
#include <libgen.h>
#include "checkfiles.h"
27,7 → 29,7
 
#include <errno.h>
 
#define PATH_MAX 255
//define PATH_MAX 255
 
// ============================================================================
// Functions
100,7 → 102,7
// MAIN
// ============================================================================
 
main(int argc, char *argv[])
int main(int argc, char *argv[])
{
char *progname = argv[0];
char *directory;