GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
stdlib.h
Go to the documentation of this file.
1#ifndef GRASS_MSVC_STDLIB_H
2#define GRASS_MSVC_STDLIB_H
3
4#include <../ucrt/stdlib.h>
5
6#define random rand
7
8#endif