mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
Removed strlen()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@173 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f32f78a0fb
commit
04e315e84e
1 changed files with 0 additions and 8 deletions
|
|
@ -21,14 +21,6 @@
|
||||||
#include "sh7034.h"
|
#include "sh7034.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|
||||||
int strlen(unsigned char* str)
|
|
||||||
{
|
|
||||||
int i=0;
|
|
||||||
while (*str++)
|
|
||||||
i++;
|
|
||||||
return i;
|
|
||||||
}
|
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
char buf[40];
|
char buf[40];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue