Codebase list crossguid / 25d99228-6d7d-4bf7-84c6-347cded9ceda/main test.h
25d99228-6d7d-4bf7-84c6-347cded9ceda/main

Tree @25d99228-6d7d-4bf7-84c6-347cded9ceda/main (Download .tar.gz)

test.h @25d99228-6d7d-4bf7-84c6-347cded9ceda/main

476519d
 
 
 
 
 
1
2
3
4
5
6
#pragma once

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

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