Are there simple string manipulation / conversion calls available
to RT modules?

I tried to modify a module to take parameters which it parses
in init_module() using isdigit(), strtol(), etc.  When I installed
the module and ran depmod, it showed unresolved symbols.

I ended up providing my own isdigit, strtol, etc. in the module
to get it to work.

Was there an easier way?

Thanks,
Rich

-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to