Codebase list crossguid / de9cb27 test.h
de9cb27

Tree @de9cb27 (Download .tar.gz)

test.h @de9cb27raw · history · blame

1
2
3
4
5
6
#pragma once

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

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