libtransistor
A userland library for the Nintendo Switch
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
include
libtransistor
fs
blobfd.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
#include<stdio.h>
13
14
typedef
struct
{
15
void
*data;
16
size_t
size;
17
off_t head;
18
}
blob_file
;
19
20
int
blobfd_create(
blob_file
*data,
void
*blob,
size_t
size);
21
22
#ifdef __cplusplus
23
}
24
#endif
blob_file
Definition:
blobfd.h:14
Generated on Thu Oct 3 2019 01:41:37 for libtransistor by
1.8.6