public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* how call customized function in embedded c code?
@ 2021-03-01 10:38 越峰裴
  0 siblings, 0 replies; only message in thread
From: 越峰裴 @ 2021-03-01 10:38 UTC (permalink / raw)
  To: systemtap

I have a code ,
-------------------------
function a() {
}

function b() %{   // embedded c code
    a();    // this will cause error : error: implicit declaration of
function ‘a’ [-Werror=implicit-function-declaration]
%}

-----------------------

my question is : how call customized function in embedded c code

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-01 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-01 10:38 how call customized function in embedded c code? 越峰裴

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).