Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

allgs/lnblnk.c File Reference

Go to the source code of this file.

Functions

int lnblnk_ (char *chline, int len)


Function Documentation

int lnblnk_ char *  chline,
int  len
 

Definition at line 30 of file allgs/lnblnk.c.

References chline.

00036 {
00037       char  *chcur;
00038 
00039       chcur = chline + len;
00040       while (chcur > chline)
00041         {  if (*--chcur != ' ')      goto exit; }
00042       return 0;
00043 
00044 exit: return chcur+1 - chline;
00045 }


Generated on Mon Feb 15 11:08:02 2010 for loon by  doxygen 1.3.9.1