Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
dirent_ronkko.h File Reference
#include <sys/utime.h>
#include <windows.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <errno.h>
#include <fcntl.h>
#include <ctype.h>
#include <math.h>
#include <wctype.h>
#include <wchar.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <locale.h>
#include <signal.h>
#include <limits.h>
#include <float.h>
#include <iso646.h>
#include <assert.h>
#include <psapi.h>
#include <process.h>
#include <stdbool.h>
#include <dirent.h>
#include <sys\stat.h>

Go to the source code of this file.

Macros

#define THE_SIZE_I   (1 << 17)
 

Functions

int amanda_s_smart_ape (__attribute__((unused)) char *initial_path_amanda_s_smart_ape, bool recurse_on_subfolders_amanda_s_smart_ape, enum amanda__mode amanda_mode, __attribute__((unused)) bool is_callback)
 
int main ()
 

Macro Definition Documentation

◆ THE_SIZE_I

#define THE_SIZE_I   (1 << 17)

Function Documentation

◆ amanda_s_smart_ape()

int amanda_s_smart_ape ( __attribute__((unused)) char * initial_path_amanda_s_smart_ape,
bool recurse_on_subfolders_amanda_s_smart_ape,
enum amanda__mode amanda_mode,
__attribute__((unused)) bool is_callback )

Our own non recursive files and folders scan, not copied from stackoverflow because it was not there

Parameters
initial_path_amanda_s_smart_apethe initial path
recurse_on_subfolders_amanda_s_smart_apeto recurse or not
amanda_modewhether the call came from scanfolder or enumfolder
Returns
always 0...

◆ main()

int main ( void )