ReactOS 0.4.15-dev-7998-gdb93cb1
complete_digits.h
Go to the documentation of this file.
1#ifndef STLP_DIGITS_H
2#define STLP_DIGITS_H
3
4#include <string>
5
6inline void
7#if !defined (STLPORT) || defined (_STLP_USE_NAMESPACES)
9#else
11#endif
12{
13 while (digits.size() < 2)
14 {
15 digits.insert(digits.begin(), '0');
16 }
17}
18
19#endif
void complete_digits(std::string &digits)
static const int digits[]
Definition: decode.c:71