Codebase list crossguid / buster-backports/main test.h
buster-backports/main

Tree @buster-backports/main (Download .tar.gz)

test.h @buster-backports/main

476519d
 
 
 
 
 
1
2
3
4
5
6
#pragma once

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

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