FreeCalypso > hg > freecalypso-citrine
view g23m-aci/aci/version_dummy.c @ 47:3ba0351942e1
README: FC Citrine is retired, supplanted by FC Selenite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 28 Jul 2018 17:37:41 +0000 |
parents | 75a11d740a02 |
children |
line wrap: on
line source
char *aci_version() { return "ACI version is FreeCalypso"; } char *alr_version() { return "ALR version is FreeCalypso"; } char *cc_version() { return "CC version is FreeCalypso"; } char *dl_version() { return "DL version is FreeCalypso"; } char *mm_version() { return "MM version is FreeCalypso"; } char *rr_version() { return "RR version is FreeCalypso"; } char *sim_version() { return "SIM version is FreeCalypso"; } char *sms_version() { return "SMS version is FreeCalypso"; } char *ss_version() { return "SS version is FreeCalypso"; }