diff options
author | Pixel <Pixel> | 2001-11-26 23:11:40 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-26 23:11:40 +0000 |
commit | 3baa9d168c02a8734b95d1cc467601b6aaf2f6e4 (patch) | |
tree | 6c254e9d75dee5a1e305283788fea3d3fff2a445 /include/String.h | |
parent | 3aa63fcbddbce8762ad0f3f54d90ad985c0f9c41 (diff) |
Big job here. Many bugs out. Hurray!!
Diffstat (limited to 'include/String.h')
-rw-r--r-- | include/String.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/String.h b/include/String.h index 0e8372f..b614d8d 100644 --- a/include/String.h +++ b/include/String.h @@ -45,6 +45,9 @@ class String : public Base { String(const char * = ""); String(char); String(int); + String(unsigned int); + String(long long); + String(unsigned long long); String(double); ~String(); const char * set(char *, ...); |