Vector Optimized Library of Kernels  2.4
Architecture-tuned implementations of math kernels
stack_line_reader.h File Reference
#include <stdbool.h>
#include "cpu_features_macros.h"
#include "internal/string_view.h"

Go to the source code of this file.

Data Structures

struct  StackLineReader
 
struct  LineResult
 

Functions

void StackLineReader_Initialize (StackLineReader *reader, int fd)
 
LineResult StackLineReader_NextLine (StackLineReader *reader)
 

Function Documentation

◆ StackLineReader_Initialize()

void StackLineReader_Initialize ( StackLineReader reader,
int  fd 
)

◆ StackLineReader_NextLine()

LineResult StackLineReader_NextLine ( StackLineReader reader)