test

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers test.h Source File

test.h

00001 
00002 class Test
00003 {
00004     int add(int a, int b);
00005 };