pkarashchenko commented on code in PR #8206:
URL: https://github.com/apache/nuttx/pull/8206#discussion_r1086403467


##########
libs/libc/stdlib/lib_atexit.c:
##########
@@ -181,3 +186,70 @@ int atexit(CODE void (*func)(void))
 {
   return atexit_register(ATTYPE_ATEXIT, func, NULL, NULL);
 }
+
+int at_quick_exit(CODE void (*func)(void))

Review Comment:
   Do we need to add a separate comment description for `at_quick_exit` or 
maybe modify existing description of `atexit`?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to