/* Copyright (C) 1995, 1989, 1998 Transarc Corporation - All rights reserved */
/*
 * (C) COPYRIGHT IBM CORPORATION 1987, 1988
 * LICENSED MATERIALS - PROPERTY OF IBM
 */
/*
 * afs_util.h
 *
 * Header file exporting afs_util.c
 */
#ifndef _AFS_UTIL_H_
#define _AFS_UTIL_H_

/* Handy max length of a numeric string. */
#define	CVBS	12  /* max afs_int32 is 2^32 ~ 4*10^9, +1 for NULL, +luck */

#endif /* _AFS_UTIL_H_ */
