Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
e038e577
"platforms/cuda/vscode:/vscode.git/clone" did not exist on "8d293880fd5efc3f7ba1471e27bb013bc76409f0"
Commit
e038e577
authored
Jun 11, 2009
by
Michael Sherman
Browse files
Use stdlib.h for malloc, NOT malloc.h!
parent
7e73fadc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/HelloSodiumChlorideInC.c
examples/HelloSodiumChlorideInC.c
+1
-1
No files found.
examples/HelloSodiumChlorideInC.c
View file @
e038e577
...
...
@@ -19,7 +19,7 @@
#include <stdio.h>
#include <
malloc
.h>
#include <
stdlib
.h>
/* --------------------------------------------------------------------------
* MODELING AND SIMULATION PARAMETERS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment