GNU Radio's TEST Package
resource.h
Go to the documentation of this file.
1 /*
2  * resource.h
3  *
4  * Resource management header
5  *
6  * Copyright (C) 2013-2021 Sylvain Munaut
7  * SPDX-License-Identifier: GPL-3.0-or-later
8  */
9 
10 #pragma once
11 
12 /*! \defgroup resource
13  * @{
14  */
15 
16 /*! \file resource.h
17  * \brief Resource management header
18  */
19 
20 const void *resource_get(const char *name, int *len);
21 void resource_put(const void *r);
22 
23 /*! @} */
void resource_put(const void *r)
const void * resource_get(const char *name, int *len)