libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Functions
lacf_getline_impl.h File Reference
#include "core.h"
#include "safe_alloc.h"
Include dependency graph for lacf_getline_impl.h:

Go to the source code of this file.

Functions

static ssize_t lacf_getline_impl (char **line_p, size_t *cap_p, void *fp)
 

Detailed Description

This is an internal implementation file.

Note
Don't include lacf_getline_impl.h directly. Include helpers.h instead.

Definition in file lacf_getline_impl.h.

Function Documentation

◆ lacf_getline_impl()

static ssize_t lacf_getline_impl ( char **  line_p,
size_t *  cap_p,
void *  fp 
)
static

Implementation of lacf_getline().

Note
Do not call lacf_getline_impl() directly. Call lacf_getline() instead.

Definition at line 58 of file lacf_getline_impl.h.