common/xfs: refactor commands to select a particular xfs backing device
[xfstests-dev.git] / include / str_to_bytes.h
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright (c) 2000 Silicon Graphics, Inc.
4  * All Rights Reserved.
5  */
6 #ifndef _STR_TO_BYTES_
7 #define _STR_TO_BYTES_
8
9 int       str_to_bytes  ( char * );
10 long      str_to_lbytes ( char * );
11 long long str_to_llbytes( char * );
12
13 #endif