Codebase list crossguid / 6b9bd09c-c7c8-4594-9134-c0c14ec7d25a/main test.h
6b9bd09c-c7c8-4594-9134-c0c14ec7d25a/main

Tree @6b9bd09c-c7c8-4594-9134-c0c14ec7d25a/main (Download .tar.gz)

test.h @6b9bd09c-c7c8-4594-9134-c0c14ec7d25a/mainraw · history · blame

1
2
3
4
5
6
#pragma once

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

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