fplayer
C99 Falcon Sequence (fseq) file player for Light-O-Rama hardware (like xLights)
Loading...
Searching...
No Matches
string.h
Go to the documentation of this file.
1
3#ifndef FPLAYER_STRING_H
4#define FPLAYER_STRING_H
5
18int strtolb(const char* str, long min, long max, void* p, int ps);
19
20#endif//FPLAYER_STRING_H
int strtolb(const char *str, long min, long max, void *p, int ps)
Attempts to parse the given string as a long using strtol. If the parsed value is within the given ra...
Definition string.c:11