|
eccLib 1.1.0
Python library for bioinformatics written in C
|
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. | |
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
| occurrence_t::len |
The length of the token.
| occurrence_t::token |
The token that was found.