Codebase list crossguid / debian/0.0+git200150803-3 test.h
debian/0.0+git200150803-3

Tree @debian/0.0+git200150803-3 (Download .tar.gz)

test.h @debian/0.0+git200150803-3raw · history · blame

1
2
3
4
5
6
#pragma once

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

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