FOSSology  4.4.0
Open Source License Compliance by Open Source Software
repcat.c File Reference

Cat a file from fo_repo to stdout. More...

#include <stdlib.h>
#include <stdio.h>
#include "libfossrepo.h"
Include dependency graph for repcat.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 Read a file and print to stdout. More...
 

Detailed Description

Cat a file from fo_repo to stdout.

Definition in file repcat.c.

Function Documentation

◆ main()

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

Read a file and print to stdout.

Parameters
argvRequires two arguments (file type and filename)

Definition at line 25 of file repcat.c.