Blender Git Commit Log
Git Commits -> Revision 2ed7a66
Revision 2ed7a66 by Bastien Montagne (master) October 28, 2011, 13:07 (GMT) |
BLI_string: Adding the BLI_strtok_r function, which mimics stdlib strtok_r (unavailable on some systems). It allows to iterate over a string, returning an new element each time, using a char as separator. See BLI_String.h's comments for more info and an example. Needed by the UI template list patch following! |
Commit Details:
Full Hash: 2ed7a66653c9c94cb47064cb12092c2e81331b9b
SVN Revision: 41337
Parent Commit: 0d63bb0
Lines Changed: +51, -0