Files
apfstests/include/str_to_bytes.h
T
Dave Chinner fa993e5130 include/: spdx license conversion
Mostly scripted like all the others, manually added tags to
Makefile and build/config input files.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
2018-06-22 10:37:57 +08:00

14 lines
275 B
C

// 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