eccLib 1.1.0
Python library for bioinformatics written in C
Loading...
Searching...
No Matches
Data Fields
occurrence_t Struct Reference

An occurrence of a token in a string. More...

#include <common.h>

Data Fields

const char * token
 The token that was found.
 
size_t len
 The length of the token.
 

Detailed Description

An occurrence of a token in a string.

A struct that holds the last occurrence of a token in a string and it's size

See also
strtok_ri

Field Documentation

◆ len

occurrence_t::len

The length of the token.

◆ token

occurrence_t::token

The token that was found.


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