]> git.sur5r.net Git - cc65/blobdiff - libsrc/atmos/systime.s
Merge pull request #1 from cc65/master
[cc65] / libsrc / atmos / systime.s
index d22b8c596c8dff2f4624405b064373c8d7e20663..273e394a40381ae35e5bc82c1219a460d8be0a60 100644 (file)
@@ -3,10 +3,10 @@
 ;
 ; time_t _systime (void);
 ; /* Similar to time(), but:
-;  *   - Is not ISO C
-;  *   - Does not take the additional pointer
-;  *   - Does not set errno when returning -1
-;  */
+; **   - Is not ISO C
+; **   - Does not take the additional pointer
+; **   - Does not set errno when returning -1
+; */
 ;
 
         .export         __systime