Fix a bug in example code

This commit is contained in:
Justine Tunney 2024-07-19 19:11:28 -07:00
parent 1029dcc597
commit 0ed916ad5c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 3 additions and 3 deletions

View file

@ -7,9 +7,8 @@
http://creativecommons.org/publicdomain/zero/1.0/ │
*/
#endif
#include "libc/calls/calls.h"
#include "libc/math.h"
#include "libc/runtime/runtime.h"
#include <cosmo.h>
#include <math.h>
void crash(long x0, long x1, long x2, //
double v0, double v1, double v2) {