Risistemate le trattazioni delle opzioni SO_KEEPALIVE e SO_REUSEADDR, con
[gapil.git] / system.tex
index 1d662114da8965c48a47efa052e2cac0a0e1371c..200aa9469d79eccb6bf5924747eb95a84388bec4 100644 (file)
@@ -2065,23 +2065,23 @@ l'ora locale o il tempo universale, a quelle per trasformare il valore di un
 tempo in una stringa contenente data ed ora, i loro prototipi sono:
 \begin{functions}
   \headdecl{time.h}
-  \funcdecl{char *asctime(const struct tm *tm)} 
+  \funcdecl{char *\funcd{asctime}(const struct tm *tm)} 
   Produce una stringa con data e ora partendo da un valore espresso in
   \textit{broken-down time}.
 
-  \funcdecl{char *ctime(const time\_t *timep)} 
+  \funcdecl{char *\funcd{ctime}(const time\_t *timep)} 
   Produce una stringa con data e ora partendo da un valore espresso in
   in formato \type{time\_t}.
   
-  \funcdecl{struct tm *gmtime(const time\_t *timep)} 
+  \funcdecl{struct tm *\funcd{gmtime}(const time\_t *timep)} 
   Converte il \textit{calendar time} dato in formato \type{time\_t} in un
   \textit{broken-down time} espresso in UTC.
 
-  \funcdecl{struct tm *localtime(const time\_t *timep)} 
+  \funcdecl{struct tm *\funcd{localtime}(const time\_t *timep)} 
   Converte il \textit{calendar time} dato in formato \type{time\_t} in un
   \textit{broken-down time} espresso nell'ora locale.
 
-  \funcdecl{time\_t mktime(struct tm *tm)}   
+  \funcdecl{time\_t \funcd{mktime}(struct tm *tm)}   
   Converte il \textit{broken-down time} in formato \type{time\_t}.
   
   \bodydesc{Tutte le funzioni restituiscono un puntatore al risultato in caso