Revert "Add div() to API"

This reverts commit e03b5c4244.
This commit is contained in:
Willy-JL
2025-03-24 01:05:23 +00:00
parent e03b5c4244
commit 849d68cbb7

View File

@@ -962,7 +962,7 @@ Function,+,dir_walk_open,_Bool,"DirWalk*, const char*"
Function,+,dir_walk_read,DirWalkResult,"DirWalk*, FuriString*, FileInfo*" Function,+,dir_walk_read,DirWalkResult,"DirWalk*, FuriString*, FileInfo*"
Function,+,dir_walk_set_filter_cb,void,"DirWalk*, DirWalkFilterCb, void*" Function,+,dir_walk_set_filter_cb,void,"DirWalk*, DirWalkFilterCb, void*"
Function,+,dir_walk_set_recursive,void,"DirWalk*, _Bool" Function,+,dir_walk_set_recursive,void,"DirWalk*, _Bool"
Function,+,div,div_t,"int, int" Function,-,div,div_t,"int, int"
Function,+,dolphin_deed,void,DolphinDeed Function,+,dolphin_deed,void,DolphinDeed
Function,+,dolphin_deed_get_app,DolphinApp,DolphinDeed Function,+,dolphin_deed_get_app,DolphinApp,DolphinDeed
Function,+,dolphin_deed_get_app_limit,uint8_t,DolphinApp Function,+,dolphin_deed_get_app_limit,uint8_t,DolphinApp
1 entry status name type params
962 Function + dir_walk_read DirWalkResult DirWalk*, FuriString*, FileInfo*
963 Function + dir_walk_set_filter_cb void DirWalk*, DirWalkFilterCb, void*
964 Function + dir_walk_set_recursive void DirWalk*, _Bool
965 Function + - div div_t int, int
966 Function + dolphin_deed void DolphinDeed
967 Function + dolphin_deed_get_app DolphinApp DolphinDeed
968 Function + dolphin_deed_get_app_limit uint8_t DolphinApp