#include <iostream.h>
#include <string.h>
Go to the source code of this file.
Data Structures | |
class | sint |
Functions | |
sint | operator+ (const sint &, const sint &) |
sint | operator * (const sint &, const sint &) |
int | operator!= (const sint &a, const sint &b) |
int | operator> (const sint &, const sint &) |
int | operator>= (const sint &, const sint &) |
int | operator<= (const sint &, const sint &) |
|
|
|
|
|
|
|
|
|
|
|
|