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.
SmartFolder.c File Reference

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>
Include dependency graph for SmartFolder.c:

Functions

int main (int argc, char const *argv[])
 

Detailed Description

Main entry point of our program.

Authors
Maxime Lovino, Thomas Ibanez
Date
January 25, 2017
Version
1.0

Function Documentation

int main ( int  argc,
char const *  argv[] 
)

Main function of our program, this will run when the program is called

Parameters
argcThe number of arguments passed to the program
argvAn array of the arguments passed to the program
Returns
An exit code, 0 if everything went well