mirror of
https://github.com/janet-lang/janet
synced 2025-10-20 10:17:40 +00:00
Rename the header <janet/janet.h> to <janet.h>
Makes it easier to use and remember, and makes the variable `module/*headerpath*` make more sense.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <stdlib.h>
|
||||
#include <janet/janet.h>
|
||||
#include <janet.h>
|
||||
|
||||
typedef struct {
|
||||
double * data;
|
||||
|
Reference in New Issue
Block a user