Codebase list crossguid / 79a0bdf2-5530-4d8b-9b66-6510b44787a5/main test.h
79a0bdf2-5530-4d8b-9b66-6510b44787a5/main

Tree @79a0bdf2-5530-4d8b-9b66-6510b44787a5/main (Download .tar.gz)

test.h @79a0bdf2-5530-4d8b-9b66-6510b44787a5/mainraw · history · blame

1
2
3
4
5
6
#pragma once

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

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