summaryrefslogtreecommitdiffstats
path: root/libass/ass_utils.h
blob: b4c34e4fd80899410a242b0b2e959a60de1168a4 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __ASS_UTILS_H__
#define __ASS_UTILS_H__

int mystrtoi(char** p, int base, int* res);
int mystrtou32(char** p, int base, uint32_t* res);
int mystrtod(char** p, double* res);
int strtocolor(char** q, uint32_t* res);
#endif