Codebase list crossguid / 60a07f4 test.h
60a07f4

Tree @60a07f4 (Download .tar.gz)

test.h @60a07f4

476519d
 
 
 
 
 
1
2
3
4
5
6
#pragma once

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

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