Codebase list crossguid / a17cf88f-a4fa-4bcc-9e54-1a8c43b5d32c/main test.h
a17cf88f-a4fa-4bcc-9e54-1a8c43b5d32c/main

Tree @a17cf88f-a4fa-4bcc-9e54-1a8c43b5d32c/main (Download .tar.gz)

test.h @a17cf88f-a4fa-4bcc-9e54-1a8c43b5d32c/main

476519d
 
 
 
 
 
1
2
3
4
5
6
#pragma once

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

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