Registry / utility / nspr
library4.36vcpkgunverified

Netscape Portable Runtime (NSPR) provides a platform-neutral API for system-level and threading functions.

vcpkg install nspr
INSTALL
IMPORT
SIG · NSPR
N
nspr
utilitycppv4.36
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

nspr.h
#include <nspr.h>

Initialize and cleanup NSPR.

#include <nspr.h> int main() { PR_Init(PR_USER_THREAD, PR_PRIORITY_NORMAL, 0); PR_Cleanup(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.36latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

nspr — pip install nspr · libregistry