changed formatting and comments to remove '//' sequences where possible
This commit is contained in:
@@ -52,9 +52,9 @@
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
||||
/*/////////////////////////////////////////////////////////////////// */
|
||||
/******************************************************************** */
|
||||
/* Generic node routines */
|
||||
/*/////////////////////////////////////////////////////////////////// */
|
||||
/******************************************************************** */
|
||||
|
||||
/* grab memory for a node */
|
||||
static struct Keylist_Node *NodeCreate(
|
||||
@@ -169,9 +169,9 @@ static int FindIndex(
|
||||
}
|
||||
|
||||
|
||||
/*/////////////////////////////////////////////////////////////////// */
|
||||
/******************************************************************** */
|
||||
/* list data functions */
|
||||
/*/////////////////////////////////////////////////////////////////// */
|
||||
/******************************************************************** */
|
||||
/* inserts a node into its sorted position */
|
||||
int Keylist_Data_Add(
|
||||
OS_Keylist list,
|
||||
@@ -365,9 +365,9 @@ int Keylist_Count(
|
||||
return list->count;
|
||||
}
|
||||
|
||||
/*/////////////////////////////////////////////////////////////////// */
|
||||
/******************************************************************** */
|
||||
/* Public List functions */
|
||||
/*/////////////////////////////////////////////////////////////////// */
|
||||
/******************************************************************** */
|
||||
|
||||
/* returns head of the list or NULL on failure. */
|
||||
OS_Keylist Keylist_Create(
|
||||
|
||||
Reference in New Issue
Block a user