Codebase list crossguid / lintian-fixes/main test.h
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

test.h @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
#pragma once

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

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