Codebase list crossguid / 83b351fc-3107-4ba8-bff8-0898fe24849c/main test.h
83b351fc-3107-4ba8-bff8-0898fe24849c/main

Tree @83b351fc-3107-4ba8-bff8-0898fe24849c/main (Download .tar.gz)

test.h @83b351fc-3107-4ba8-bff8-0898fe24849c/mainraw · history · blame

1
2
3
4
5
6
#pragma once

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

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