chigraph  master
Systems programming language written for beginners in LLVM
LibCLocator.hpp
Go to the documentation of this file.
1 
3 #pragma once
4 
5 #ifndef CHI_LIBCLOCATOR_HPP
6 #define CHI_LIBCLOCATOR_HPP
7 
8 #include <boost/filesystem.hpp>
9 
10 #include "chi/Support/Fwd.hpp"
11 
12 namespace chi {
13 
16 
18 Result stdCIncludePaths(std::vector<boost::filesystem::path>& toFill);
19 
21 }
22 
23 #endif // CHI_LIBCLOCATOR_HPP
Result stdCIncludePaths(std::vector< boost::filesystem::path > &toFill)
Gets the location of the standard C library to include.
The namespace where chigraph lives.