FOSSology  4.4.0
Open Source License Compliance by Open Source Software
scancode.hpp
1 /*
2  SPDX-FileCopyrightText: © 2021 Sarita Singh <saritasingh.0425@gmail.com>
3 
4  SPDX-License-Identifier: GPL-2.0-only
5 */
6 
7 #ifndef SCANCODE_AGENT_SCANCODE_HPP
8 #define SCANCODE_AGENT_SCANCODE_HPP
9 
10 #include <iostream>
11 
12 #include "scancode_utils.hpp"
13 #include "scancode_wrapper.hpp"
14 
15 extern "C" {
16 #include "libfossagent.h"
17 }
18 
19 using namespace std;
20 
24 using namespace fo;
25 
26 
27 #endif // SCANCODE_AGENT_SCANCODE_HPP
fo namespace holds the FOSSology library functions.