mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
replace pa_atof() by pa_atod() because floats are lame
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2506 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
ca36968e0f
commit
67fde59fed
3 changed files with 8 additions and 12 deletions
|
|
@ -127,7 +127,7 @@ char *pa_state_path(const char *fn);
|
|||
|
||||
int pa_atoi(const char *s, int32_t *ret_i);
|
||||
int pa_atou(const char *s, uint32_t *ret_u);
|
||||
int pa_atof(const char *s, float *ret_f);
|
||||
int pa_atod(const char *s, double *ret_d);
|
||||
|
||||
int pa_snprintf(char *str, size_t size, const char *format, ...);
|
||||
int pa_vsnprintf(char *str, size_t size, const char *format, va_list ap);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue