1
0
Fork 0
forked from len0rd/rockbox

Add Rockbox layout to plugin API documentation

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18754 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-10-09 12:24:57 +00:00
parent e7ea23b180
commit c626f47cb5
4 changed files with 212 additions and 78 deletions

View file

@ -2221,8 +2221,8 @@ int snprintf(char *buf, size_t size, const char *fmt, ...) ATTRIBUTE_PRINTF(3, 4
\param buf
\param size
\param fmt
\return the number of characters printed or that would have been printed if the output was truncated (not including the trailing '\0') upon success
\description Write a formatted string =fmt= in buffer =buf= of size =size= (including the trailing '\0'). These support %c, %s, %d and %x only with the width and zero padding flag only.
\return the number of characters printed or that would have been printed if the output was truncated (not including the trailing NULL character) upon success
\description Write a formatted string =fmt= in buffer =buf= of size =size= (including the trailing NULL character). These support %c, %s, %d and %x only with the width and zero padding flag only.
int sound_default(int setting)
\group sound