shithub: moonfish

Download patch

ref: 5a4404fd825e7e01ac87214dd334ee641812f67e
parent: 3912eafe9c750cda3f7f2ed1eedbf0cbcafd5434
author: zamfofex <zamfofex@twdb.moe>
date: Mon Apr 8 14:12:34 EDT 2024

fix minified build

--- a/rename.sh
+++ b/rename.sh
@@ -9,7 +9,7 @@
 alphabet2=("${alphabet[@]}")
 declare -A names
 
-functions="main printf fprintf sscanf fgets fflush stdin stdout stderr strcmp strcpy strtok strstr malloc realloc free exit errno clock_gettime timespec tv_sec tv_nsec pthread_create pthread_join pthread_t typedef moonfish_type_t"
+functions="main printf fprintf strtol fgets fflush stdin stdout stderr strcmp strcpy strtok strstr malloc realloc free exit errno clock_gettime timespec tv_sec tv_nsec pthread_create pthread_join pthread_t typedef moonfish_type_t"
 keywords="do while for if else break continue return static struct enum unsigned signed long short int char void sizeof $functions"
 
 while read -r name
--