Codebase list crossguid / 0b497094-9ab3-4f95-a946-f061a6321b14/main test.h
0b497094-9ab3-4f95-a946-f061a6321b14/main

Tree @0b497094-9ab3-4f95-a946-f061a6321b14/main (Download .tar.gz)

test.h @0b497094-9ab3-4f95-a946-f061a6321b14/mainraw · history · blame

1
2
3
4
5
6
#pragma once

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

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