Présentation
Documentation
L'équipe
Sérialisation
 
Programmes
Objets
Libs Utilitaires
Libs Internes
   
 
Editeur
Syntaxes
Windows
Versions
   

SCR/AL1 - TOME III. Les librairies utilitaires

5. Le groupe s_strs

5.124 SCR_dumphexfd (file s_stdhex.c:48)

Syntax

SCR_dumphexfd(filein, fdout, nl)
char *filein;
FILE *fdout;
int nl;

Description

Dumps file filein in hexadecimal in fdout.

Valeur retournée

Voir également

scr4_hex, SCR_dumphex()

5.124.1 File s_stdhex.c

SCR_dumphex(filein, fileout, nl)
SCR_dumphexfd(filein, fdout, nl)
SCR_fprintf_esc(FILE *fd, char *str, int addquotes)

SCR_fprintf_esc (file s_stdhex.c:91)

Syntax

SCR_fprintf_esc(FILE *fd, char *str, int addquotes)

Description

Dump a string and escape " and \ : replace " by \" and \ by \\. Add quotes if addquotes <> 0.

Valeur retournée

Copyright © 1998-2015 Jean-Marc Paul and Bernard PAUL - Envoyez vos remarques ou commentaires à bernard@xon.be