Codebase list crossguid / bd4b2429-8b6b-41a7-b4da-e34e3c2950e2/main test.h
bd4b2429-8b6b-41a7-b4da-e34e3c2950e2/main

Tree @bd4b2429-8b6b-41a7-b4da-e34e3c2950e2/main (Download .tar.gz)

test.h @bd4b2429-8b6b-41a7-b4da-e34e3c2950e2/mainraw · history · blame

1
2
3
4
5
6
#pragma once

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

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