Libu2f-emu
0.0.0
Universal 2nd Factor (U2F) Emulation C Library
Main Page
Data Structures
Files
File List
Globals
src
utils.h
Go to the documentation of this file.
1
#ifndef UTILS_H
2
#define UTILS_H
3
4
#include <stdio.h>
5
15
FILE *
open_file_from_dir
(
const
char
* dirpath,
const
char
*filename,
16
const
char
*mode);
17
18
#endif
open_file_from_dir
FILE * open_file_from_dir(const char *dirpath, const char *filename, const char *mode)
Open a file from a directory.
Definition:
utils.c:7
Generated by
1.8.10