Codebase list crossguid / f33264d4-16b6-4237-b071-553a6e227bb2/main test.h
f33264d4-16b6-4237-b071-553a6e227bb2/main

Tree @f33264d4-16b6-4237-b071-553a6e227bb2/main (Download .tar.gz)

test.h @f33264d4-16b6-4237-b071-553a6e227bb2/mainraw · history · blame

1
2
3
4
5
6
#pragma once

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

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