Codebase list crossguid / fa3f8e7 test.h
fa3f8e7

Tree @fa3f8e7 (Download .tar.gz)

test.h @fa3f8e7raw · history · blame

1
2
3
4
5
6
#pragma once

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

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