Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
strlen_32.c File Reference
#include <linux/types.h>
#include <linux/string.h>
#include <linux/module.h>

Go to the source code of this file.

Functions

size_t strlen (const char *s)
 
 EXPORT_SYMBOL (strlen)
 

Function Documentation

EXPORT_SYMBOL ( strlen  )
size_t strlen ( const char s)

strlen - Find the length of a string : The string to be sized

returns the length of

Definition at line 21 of file strlen_32.c.