logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

RkRemountDic - modify the priority order of a dictionary already in the dictionary list

Description

RkRemountDic  modifies  the  priority  order  of A dictionary already in the dictionary list.  It moves a
       dictionary already mounted in the dictionary list to the end of the list if pos is 0, otherwise,  to  the
       beginning of the list.

Name

RkRemountDic - modify the priority order of a dictionary already in the dictionary list

Return Value

       This function returns 0 if successful; otherwise, it returns -1.

See Also

RkMountDic(3)

                                                                                                 RKREMOUNTDIC(3)

Synopsis

#include<canna/RK.h>intRkRemountDic(cxnum,dicname,pos)intcxnum;char*dicname;intpos;

See Also