Codebase list crossguid / e17bf84 test.h
e17bf84

Tree @e17bf84 (Download .tar.gz)

test.h @e17bf84raw · history · blame

1
2
3
4
5
6
#pragma once

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

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