You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
284 B
14 lines
284 B
11 years ago
|
/*
|
||
|
* 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"
|