X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Ferrno.c;h=843c8a9fdab5c1976333301d68a7e9f25c557b3b;hb=c8f799d852e3698468a78954d82588e841cc0b70;hp=1768b612a79f5c6e9b03b7ea9bf8dca24fee4900;hpb=5e125f38b2aba7d706a9143727e2ef72d58391dc;p=pdclib.old diff --git a/functions/errno.c b/functions/errno.c index 1768b61..843c8a9 100644 --- a/functions/errno.c +++ b/functions/errno.c @@ -1,8 +1,8 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- +/* ---------------------------------------------------------------------------- + * $Id$ + * ---------------------------------------------------------------------------- + * Public Domain C Library - http://pdclib.sourceforge.net + * This code is Public Domain. Use, modify, and redistribute at will. + * --------------------------------------------------------------------------*/ -int errno = 0; \ No newline at end of file +int errno = 0;