Clean up function move_to_abs_word() and rename to move_to_word()
Remove the output argument, as it's the same as the function return value anyway, so the callers should just use that.
This commit is contained in:
@@ -133,7 +133,7 @@ char * base64_encode (const void *data, size_t size);
|
||||
#define SOS -32767
|
||||
#define EOS 32767
|
||||
char *BX_strsearch (register char *, char *, char *, int);
|
||||
char *BX_move_to_abs_word (const register char *, char **, int);
|
||||
char *BX_move_to_word (const char *, int);
|
||||
char *BX_move_word_rel (const char *, char **, int);
|
||||
char *BX_extract (char *, int, int);
|
||||
char *BX_extract2 (const char *, int, int);
|
||||
|
||||
Reference in New Issue
Block a user