Changeset 445 for trunk/libs/mini-libc/stdio.c
- Timestamp:
- May 29, 2018, 9:27:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/mini-libc/stdio.c
r444 r445 1 1 /* 2 * stdio.c - User side system callsimplementation.2 * stdio.c - User level <stdio> library implementation. 3 3 * 4 * Author Alain Greiner (2016,2017 )4 * Author Alain Greiner (2016,2017,2018) 5 5 * 6 6 * Copyright (c) UPMC Sorbonne Universites … … 24 24 #include <stdio.h> 25 25 #include <stdarg.h> 26 #include <almosmkh.h> 26 27 #include <unistd.h> 27 #include <almos-mkh.h> 28 28 29 ////////////////////////////////////////// 29 30 static int xprintf( char * string,
Note: See TracChangeset
for help on using the changeset viewer.