Codebase list crossguid / 4207fe38-99b5-4f47-8bea-b3b98a4c88c0/main test.h
4207fe38-99b5-4f47-8bea-b3b98a4c88c0/main

Tree @4207fe38-99b5-4f47-8bea-b3b98a4c88c0/main (Download .tar.gz)

test.h @4207fe38-99b5-4f47-8bea-b3b98a4c88c0/mainraw · history · blame

1
2
3
4
5
6
#pragma once

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

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