mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
11 lines
120 B
C++
11 lines
120 B
C++
#ifndef CPPCOMMON_TYPEDEFS_H
|
|
#define CPPCOMMON_TYPEDEFS_H
|
|
|
|
namespace CPPCOMMON
|
|
{
|
|
typedef unsigned int uint;
|
|
}
|
|
|
|
|
|
#endif
|