CUDA SDK Functions How Import CUDA SDK Functions

In my project it requires to import some functionalities from CUDA SDK like cutilSafeCall,struct CUdeviceptr etc. How I import those functionalities from SDK without moving my project files in to the src directory of SDK. Are there any solutions (I use C not C++).