Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C++ by defines.h ( 16 years ago )
#ifndef DEFINES_H
#define DEFINES_H
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <cstring>
#include <string>
#define TABLE_SIZE 20
#define SUCCESS 0
#define NO_DATA 1
#define NO_MEM 2
#define NOT_FOUND 3
#define ALREADY_IN 4
#define TABLE_FULL 5
#define UNKNOWN_ERROR 42
#define STRING_SIZE 5
#define UNUSED(x) (void)x
#endif
Revise this Paste
Parent: 19087