ugBASIC 1.18
An isomorphic BASIC language compiler for retrocomputers
Loading...
Searching...
No Matches
stbi_io_callbacks Struct Reference

#include <stb_image.h>

Data Fields

int(* read )(void *user, char *data, int size)
void(* skip )(void *user, int n)
int(* eof )(void *user)

Detailed Description

Definition at line 380 of file stb_image.h.

Field Documentation

◆ eof

int(* eof) (void *user)

Definition at line 384 of file stb_image.h.

◆ read

int(* read) (void *user, char *data, int size)

Definition at line 382 of file stb_image.h.

◆ skip

void(* skip) (void *user, int n)

Definition at line 383 of file stb_image.h.


The documentation for this struct was generated from the following file: