Skip to content

smokris/ioreturn-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IOReturn → Text converter

C function for converting IOReturn values to text

Example

int main(void)
{
    IOReturn ret = -536870203;
    printf("%08x  %s\n", ret, getIOReturnText(ret));
}

Output:

e00002c5  IOKit Common: exclusive access and device already open

About

C function for converting IOReturn values to text

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages