11 lines
240 B
C
11 lines
240 B
C
|
#include <gc.h>
|
||
|
#include <string.h>
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#include "array.h"
|
||
|
#include "types.h"
|
||
|
#include "functions.h"
|
||
|
#include "table.h"
|
||
|
|
||
|
public const char *SSS_HASH_VECTOR = "sss hash vector ----------------------------------------------";
|