Mercurial > audlegacy-plugins
view src/wma/libffwma/cutils.h @ 104:4b31176c198a trunk
[svn] - 1.1.2 compatible plugin (I HATE YOU FLAC PEOPLE)
author | nenolod |
---|---|
date | Mon, 23 Oct 2006 19:55:09 -0700 |
parents | 3da1b8942b8b |
children |
line wrap: on
line source
#ifndef _CUTILS_H #define _CUTILS_H int strstart(const char *str, const char *val, const char **ptr); int stristart(const char *str, const char *val, const char **ptr); void pstrcpy(char *buf, int buf_size, const char *str); char *pstrcat(char *buf, int buf_size, const char *s); time_t mktimegm(struct tm *tm); const char *small_strptime(const char *p, const char *fmt, struct tm *dt); #endif