#include <grpc/support/port_platform.h>
#include <stdio.h>
#include <grpc/slice.h>
#include "src/core/lib/iomgr/error.h"
Go to the source code of this file.
Functions | |
grpc_error_handle | grpc_load_file (const char *filename, int add_null_terminator, grpc_slice *output) |
grpc_error_handle grpc_load_file | ( | const char * | filename, |
int | add_null_terminator, | ||
grpc_slice * | output | ||
) |
Definition at line 33 of file load_file.cc.