Update to nonstd.h

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2026-01-23 00:10:53 +0100
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2026-01-23 00:10:53 +0100
Commit dde5775bb5597691e5165f42999e4ca9f76690cf (patch)
-rw-r--r-- nonstd.h 2
1 files changed, 1 insertions, 1 deletions
diff --git a/nonstd.h b/nonstd.h
...
5
// This file provides both the interface and the implementation.
5
// This file provides both the interface and the implementation.
6
// To instantiate the implementation,
6
// To instantiate the implementation,
7
//     #define NONSTD_IMPLEMENTATION
7
//     #define NONSTD_IMPLEMENTATION
8
//  before including this file.
8
// before including this file.
9
  
9
  
10
#ifdef NONSTD_IMPLEMENTATION
10
#ifdef NONSTD_IMPLEMENTATION
11
#ifndef _POSIX_C_SOURCE
11
#ifndef _POSIX_C_SOURCE
...