Codebase list crossguid / 6dd52025-36b9-4126-be8c-0d4e67f0686c/main test.h
6dd52025-36b9-4126-be8c-0d4e67f0686c/main

Tree @6dd52025-36b9-4126-be8c-0d4e67f0686c/main (Download .tar.gz)

test.h @6dd52025-36b9-4126-be8c-0d4e67f0686c/main

476519d
 
 
 
 
 
1
2
3
4
5
6
#pragma once

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

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