Codebase list crossguid / 449933cf-a74d-4df4-a829-3e8cc27365fc/main test.h
449933cf-a74d-4df4-a829-3e8cc27365fc/main

Tree @449933cf-a74d-4df4-a829-3e8cc27365fc/main (Download .tar.gz)

test.h @449933cf-a74d-4df4-a829-3e8cc27365fc/main

476519d
 
 
 
 
 
1
2
3
4
5
6
#pragma once

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

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