This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
nanovg
mirror of
https://github.com/VCVRack/nanovg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Replace malloc.h with stdlib.h
shared-context
Michael Hartmann
9 years ago
parent
6245376103
commit
f43a7a7790
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/nanovg.c
+ 1
- 1
src/nanovg.c
View File
@@ -16,9 +16,9 @@
// 3. This notice may not be removed or altered from any source distribution.
// 3. This notice may not be removed or altered from any source distribution.
//
//
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>
#include <math.h>
#include <math.h>
#include <malloc.h>
#include <memory.h>
#include <memory.h>
#include "nanovg.h"
#include "nanovg.h"
Write
Preview
Loading…
Cancel
Save