fix the comments :)
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ void hc_string_trim_leading (char *s);
|
||||
int _wopen(const char *path, int oflag, ...);
|
||||
#endif
|
||||
|
||||
bool hc_fopen (HCFILE *fp, const char *path, char *mode, int file_format);
|
||||
bool hc_fopen (HCFILE *fp, const char *path, char *mode);
|
||||
int hc_fscanf (HCFILE *fp, const char *format, void *ptr);
|
||||
int hc_fprintf (HCFILE *fp, const char *format, ...);
|
||||
int hc_vfprintf (HCFILE *fp, const char *format, va_list ap);
|
||||
|
||||
@@ -1002,13 +1002,6 @@ typedef struct hc_fp
|
||||
const char *path;
|
||||
} HCFILE;
|
||||
|
||||
typedef enum hcfile_format
|
||||
{
|
||||
HCFILE_FORMAT_PLAIN = 0,
|
||||
HCFILE_FORMAT_GZIP = 1,
|
||||
|
||||
} hcfile_format_t;
|
||||
|
||||
#include "ext_nvrtc.h"
|
||||
#include "ext_cuda.h"
|
||||
#include "ext_OpenCL.h"
|
||||
|
||||
Reference in New Issue
Block a user