Codebase list crossguid / 10e0850 test.h
10e0850

Tree @10e0850 (Download .tar.gz)

test.h @10e0850raw · history · blame

1
2
3
4
5
6
#pragma once

#include "guid.h"
#include <iostream>

int test(GuidGenerator generator, std::ostream &outStream);