Skip to content

Commit

Permalink
Add documentation to chrootdir
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Sep 7, 2024
1 parent 7e5ec53 commit 78318a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/mega65/fileio.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ chdir(char* filename);

/**
* @brief Change working directory to the root directory
* @return Error code (currently unused)
* @return Error code from `hyppo_selectdrive`. 128 = no such drive.
* @todo Should probably be deprecated in favor of `cdrootdir()` to better reflect hyppo naming.
*/
#ifdef __clang__
__attribute__((leaf))
Expand Down

0 comments on commit 78318a0

Please sign in to comment.