Changeset 309 in Sophya for trunk/SophyaLib/NTools/strutil.c
- Timestamp:
- May 19, 1999, 6:29:34 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/strutil.c
r220 r309 1 #include <stdlib.h> 2 #include <stdio.h> 3 #include <ctype.h> 4 #include <string.h> 5 #include "strutil.h" 6 1 7 /* 2 8 ++ … … 95 101 */ 96 102 97 98 #include "strutil.h"99 103 100 104 /* Fonction itoc() */ … … 264 268 /* blancs (caracteres bc) rajoutes a la fin. */ 265 269 266 int padstr(char spo[], charlpa, int bc)270 int padstr(char spo[], int lpa, int bc) 267 271 { 268 272 int li,i;
Note:
See TracChangeset
for help on using the changeset viewer.