Codebase list crossguid / 45faa109-7cbd-454f-87f8-5a39cae460f4/main test.h
45faa109-7cbd-454f-87f8-5a39cae460f4/main

Tree @45faa109-7cbd-454f-87f8-5a39cae460f4/main (Download .tar.gz)

test.h @45faa109-7cbd-454f-87f8-5a39cae460f4/mainraw · history · blame

1
2
3
4
5
6
#pragma once

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

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