Subversion Repositories svn.Prod repos

Compare Revisions

Ignore whitespace Rev 23 → Rev 22

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