blob: d886b1fa36f009d173d33dc84a4213ef61d44c14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* Simple string functions.
*
* Copyright (C) 2014 Red Hat Inc.
*
* Author:
* Vivek Goyal <vgoyal@redhat.com>
*
* This source code is licensed under the GNU General Public License,
* Version 2. See the file COPYING for more details.
*/
#include "../boot/string.c"
|