libtest/func2.c
author Markus Bröker <mbroeker@volpe.spectre.org>
Wed, 18 Aug 2010 16:15:18 +0200
changeset 141 0b5befeb361e
parent 77 49e0babccb23
permissions -rw-r--r--
getbits: calculates the proper value but showed a different one

/**
 * libtest/func2.c
 * Copyright (C) 2008 Markus Broeker
 */

#include <stdio.h>

void func2 ()
{
    printf ("Func2: Implement me\n");
}