| // SPDX-License-Identifier: GPL-2.0 | |
| /* | |
| * Copyright (c) 2000 Silicon Graphics, Inc. | |
| * All Rights Reserved. | |
| */ | |
| #ifndef _STR_TO_BYTES_ | |
| #define _STR_TO_BYTES_ | |
| int str_to_bytes ( char * ); | |
| long str_to_lbytes ( char * ); | |
| long long str_to_llbytes( char * ); | |
| #endif |