|
libtools
|
Copyright (C) 2016 Oleh Kravchenko oleg@kaa.org.ua More...
#include <stddef.h>
Go to the source code of this file.
Functions | |
| int | put_file_contents (const char *path, const void *buf, size_t len) |
| save data to file More... | |
| void * | get_file_contents (const char *path, void **buf, size_t *len) |
| allocate memory and read data from file More... | |
Copyright (C) 2016 Oleh Kravchenko oleg@kaa.org.ua
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
1.8.11