libtest/func1.c
author Markus Bröker<broeker.markus@googlemail.com>
Sat, 21 Oct 2017 13:45:05 +0200
changeset 171 c6e0af68825a
parent 77 49e0babccb23
permissions -rw-r--r--
Entrypoint and RET fixed

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

#include <stdio.h>

void func1 ()
{
    printf ("Func1: Implement me\n");
}