Changeset 309 in Sophya for trunk/SophyaLib


Ignore:
Timestamp:
May 19, 1999, 6:29:34 PM (26 years ago)
Author:
ansari
Message:

include incomplets et mal places + 2ieme arg de pastr char->int cmv 19/5/99

Location:
trunk/SophyaLib/NTools
Files:
2 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
    17/*
    28++
     
    95101*/
    96102 
    97 
    98 #include "strutil.h"
    99103
    100104/*            Fonction  itoc()    */
     
    264268/*   blancs (caracteres bc)  rajoutes a la fin.                      */
    265269
    266 int padstr(char spo[], char lpa, int bc)
     270int padstr(char spo[], int lpa, int bc)
    267271{
    268272int li,i;
  • trunk/SophyaLib/NTools/strutil.h

    r220 r309  
    2222#ifndef STRUTIL_H_SEEN
    2323#define STRUTIL_H_SEEN
    24 #include <stdlib.h>
    25 #include <ctype.h>
    26 #include <string.h>
    2724
    2825#ifdef __cplusplus
     
    4037int poslc(const char* cst, char sec);
    4138int strip(char* cst, char opt, char bc);
    42 int padstr(char* spo, char lpa, int bc);
     39int padstr(char* spo, int lpa, int bc);
    4340
    4441/* Eric L. 11-03-94 */
Note: See TracChangeset for help on using the changeset viewer.