2014-07-15 18:57:52 +02:00

24 lines
449 B
C

/*
* Copyright (C) 2014 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser General
* Public License. See the file LICENSE in the top level directory for more
* details.
*/
/**
* @file
* @brief Check if the libcoap package builds.
*
* @author Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
*
*/
#include <stdio.h>
int main(void)
{
printf("Libcoap compiled!");
return 0;
}