Add strmode function

This commit is contained in:
Guillem Jover
2009-05-15 21:40:45 +02:00
parent 74ae34e792
commit 8dbfb3529b
5 changed files with 305 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2004, 2005 Guillem Jover
* Copyright (C) 2004, 2005, 2009 Guillem Jover
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -36,4 +36,6 @@ size_t strlcat(char *dst, const char *src, size_t siz);
char *fgetln(FILE *fp, size_t *lenp);
wchar_t *fgetwln(FILE * __restrict fp, size_t *lenp);
void strmode(mode_t mode, char *str);
#endif