-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print function mdebug #90
base: main
Are you sure you want to change the base?
Conversation
src/libc/xstdio.h
Outdated
#include "stdlib.h" | ||
#include "stdarg.h" | ||
|
||
#ifndef MODERN_CC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there should be a comment here explaining why this is ifdef'd and not always just long double
(i.e. blaming ido). Also, kmc gcc does support long double so maybe we make this an ido ifdef instead? Though we don't have an ido macro atm so I don't feel very strongly about it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh, I can just use __sgi
for IDO.
Uses mdebug info for names and types for print and print adjacent functions.