Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/tools/build/cross-build/include/common/sys/exterrvar.h
39587 views
1
#ifndef _SYS_EXTERRVAR_H_
2
#define _SYS_EXTERRVAR_H_
3
4
#define UEXTERROR_MAXLEN 256
5
6
#endif
7
8