FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Stage 1 demonstration. More...
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <ctype.h>
#include <signal.h>
#include <libgen.h>
#include "libfossology.h"
Go to the source code of this file.
Macros | |
#define | MAXCMD 4096 |
#define | myBUFSIZ 2048 |
Functions | |
void | Usage (char *Name) |
Say how to run this program. More... | |
int | main (int argc, char *argv[]) |
Variables | |
char | SQL [256] |
For DB. More... | |
PGconn * | pgConn = NULL |
Database connection. More... | |
Stage 1 demonstration.
This is stage 1 and demonstrates the fundamental agent requirements:
Definition in file regexscan-Stage1.c.
void Usage | ( | char * | Name | ) |
PGconn* pgConn = NULL |
Database connection.
DB connection.
Database connection.
Definition at line 39 of file regexscan-Stage1.c.
char SQL[256] |