Browse code

Fix C89/POSIX C prototypes extractor for the hinter (fread/fwrite were missing)

Dario Rodriguez authored on 18/03/2022 21:57:19
Showing 1 changed files
... ...
@@ -1,3 +1,3 @@
1 1
 extern const char *index_prototypes_c89_posix;
2 2
 extern const char *values_prototypes_c89_posix;
3
-#define SIZE_PROTOTYPES_C89_POSIX 976
3
+#define SIZE_PROTOTYPES_C89_POSIX 1164
Browse code

Implement show hint of related prototype (for now only for common C/POSIX functions)

Dario Rodriguez authored on 31/10/2020 21:29:27
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,3 @@
1
+extern const char *index_prototypes_c89_posix;
2
+extern const char *values_prototypes_c89_posix;
3
+#define SIZE_PROTOTYPES_C89_POSIX 976