( ゚Д゚)ノ ギコ猫のプログラム相談室part4

このエントリーをはてなブックマークに追加
617591
あとshare_item *share_find(int ref)などで、よくrefという
変数が定義されるのですが、refというのは、
一般的に何の略になるのでしょうか?
618591:2000/12/20(水) 12:09
struct _share_item {
char *path; /* the pretty path to display */
char *upath; /* the pretty path tolower'd for searching */
char *fpath; /* the full path for accessing the file */
int size;
int ref;
time_t mtime;
};
にもrefというコトバが出てきます。
どうかお願いします。(あつかましくてすみません、
全然分からないのです)