Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
freebsd
Edit Copy
Star
GitHub Repository:
freebsd/freebsd-src
Path:
blob/main/tools/build/cross-build/include/common/sys/exterrvar.h
3
9
5
8
7
views
1
#ifndef _SYS_EXTERRVAR_H_
2
#define _SYS_EXTERRVAR_H_
3
4
#define UEXTERROR_MAXLEN 256
5
6
#endif
7
8