|
SmartFolder
1.0
SmartFolder is a way to search files on your system and group the results. The program will interpret search queries and create a folder with symbolic links to all the found matches.
|
Main entry point of our program. More...
#include "Syscall.h"#include "Parser.h"#include "Linker.h"#include "Daemon.h"#include "SysFile.h"#include <signal.h>
Functions | |
| int | main (int argc, char const *argv[]) |
Main entry point of our program.
| int main | ( | int | argc, |
| char const * | argv[] | ||
| ) |
Main function of our program, this will run when the program is called
| argc | The number of arguments passed to the program |
| argv | An array of the arguments passed to the program |