]> Dogcows Code - chaz/tar/blob - lib/stdopen.h
* src/misc.c (set_file_atime): Use gl_futimens, not futimens,
[chaz/tar] / lib / stdopen.h
1 #ifndef STDOPEN_H
2 # define STDOPEN_H 1
3
4 # include <stdbool.h>
5
6 # ifdef __cplusplus
7 extern "C" {
8 # endif
9
10 bool stdopen (void);
11
12 # ifdef __cplusplus
13 }
14 # endif
15
16 #endif
This page took 0.032854 seconds and 4 git commands to generate.