string.h 579 字节
Newer Older
W
wangguibao 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
/***************************************************************************
 * 
 * Copyright (c) 2009 Baidu.com, Inc. All Rights Reserved
 * $Id: string.h,v 1.2 2009/06/26 05:23:25 xiaowei Exp $ 
 * 
 **************************************************************************/
 
 
 
/**
 * @file string.h
 * @author chenxm(chenxiaoming@baidu.com)
 * @date 2009/06/25 12:20:00
 * @version $Revision: 1.2 $ 
 * @brief 
 *  
 **/
#ifndef  _BSL_STRING_H_
#define  _BSL_STRING_H_
#include "containers/string/bsl_string.h"
#endif  //__STRING_H_

/* vim: set ts=4 sw=4 sts=4 tw=100 */