mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* fseeko.c, ftello.c: New.
* configure.ac: Check for ftello and provide a replacement.
This commit is contained in:
parent
fc8d9e4741
commit
bbf580e702
4 changed files with 89 additions and 1 deletions
|
@ -84,7 +84,6 @@ FILE *fopencookie (void *cookie, const char *opentype,
|
|||
|
||||
|
||||
|
||||
|
||||
/*-- some macros to replace ctype ones and avoid locale problems --*/
|
||||
#define spacep(p) (*(p) == ' ' || *(p) == '\t')
|
||||
#define digitp(p) (*(p) >= '0' && *(p) <= '9')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue