Codebase list crossguid / ed58dd17-3a98-4d09-a344-32954a5fec71/main test.h
ed58dd17-3a98-4d09-a344-32954a5fec71/main

Tree @ed58dd17-3a98-4d09-a344-32954a5fec71/main (Download .tar.gz)

test.h @ed58dd17-3a98-4d09-a344-32954a5fec71/mainraw · history · blame

1
2
3
4
5
6
#pragma once

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

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