Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/python-wasm
Path: blob/main/core/bzip2/src/extra_config.h
1396 views
1
#ifndef EXTRA_CONFIG_H
2
#define EXTRA_CONFIG_H
3
4
#include <sys/stat.h>
5
int fchmod(int fd, mode_t mode);
6
int fchown(int fd, uid_t owner, gid_t group);
7
8
#endif // EXTRA_CONFIG_H
9
10