#include <linux/types.h>
#include <linux/string.h>
#include <linux/module.h>
Go to the source code of this file.
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.