X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Fincludes%2Fsignal.h;h=bd57959a1bfaff4504accaa103cd74550ec67576;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=5b9bef1c1295b4a7a32fe688bb0efbd5f071fc20;hpb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;p=pdclib diff --git a/platform/example/includes/signal.h b/platform/example/includes/signal.h index 5b9bef1..bd57959 100644 --- a/platform/example/includes/signal.h +++ b/platform/example/includes/signal.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.14 Signal handling +/* Signal handling This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -9,7 +7,7 @@ #ifndef _PDCLIB_SIGNAL_H #define _PDCLIB_SIGNAL_H _PDCLIB_SIGNAL_H -#include <_PDCLIB_config.h> +#include "_PDCLIB_config.h" /* Signals ------------------------------------------------------------------ */ @@ -84,4 +82,3 @@ void (*signal( int sig, void (*func)( int ) ) )( int ); int raise( int sig ); #endif -