blob: ae27bc571430c5a025a5c9ba954e5b096131b75c [file] [log] [blame]
// 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