pmt: initial 2.9.1 update

This commit is contained in:
2024-10-02 21:37:57 +03:00
parent 82bd2939cd
commit 7259d451c4
459 changed files with 86355 additions and 2404 deletions

View File

@@ -0,0 +1,6 @@
/*
* cstring.h -- header file for C string parse/print utilities
*/
extern int parse_c_string(char *str);
extern void print_c_string(FILE *f, const char *cp, int len);