09.01.2015 Views

Langage C - Pages de Michel Deloizy - Free

Langage C - Pages de Michel Deloizy - Free

Langage C - Pages de Michel Deloizy - Free

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

LICENCE SPI-EEA PROTOTYPES (CSTDLIB) M. <strong>Deloizy</strong><br />

size_t strxfrm(char* s, const char* ct, size_t n);<br />

void* memcpy(void* s, const void* ct, size_t n);<br />

void* memmove(void* s, const void* ct, size_t n);<br />

int memcmp(const void* cs, const void* ct, size_t n);<br />

void* memchr(const void* cs, int c, size_t n);<br />

void* memset(void* s, int c, size_t n);<br />

<br />

CLOCKS_PER_SEC<br />

NULL<br />

clock_t<br />

time_t<br />

struct tm<br />

clock_t clock(void);<br />

time_t time(time_t* tp);<br />

double difftime(time_t time2, time_t time1);<br />

time_t mktime(struct tm* tp);<br />

char* asctime(const struct tm* tp);<br />

char* ctime(const time_t* tp);<br />

struct tm* gmtime(const time_t* tp);<br />

struct tm* localtime(const time_t* tp);<br />

size_t strftime(char* s, size_t smax, const char* fmt, const struct tm* tp);<br />

-46-

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!