1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/libguile/cpp_errno.c
2000-03-19 19:01:16 +00:00

9 lines
169 B
C

/* this file is processed by gcc with special options to extract
a list of errno codes. */
#include <errno.h>
/*
Local Variables:
c-file-style: "gnu"
End:
*/